![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <mastercore_dex.h>
Public Member Functions | |
uint256 | getHash () const |
unsigned int | getProperty () const |
uint64_t | getMinFee () const |
unsigned char | getBlockTimeLimit () const |
unsigned char | getSubaction () const |
uint64_t | getOfferAmountOriginal () const |
uint64_t | getBTCDesiredOriginal () const |
CMPOffer () | |
CMPOffer (int b, uint64_t a, unsigned int cu, uint64_t d, uint64_t fee, unsigned char btl, const uint256 &tx) | |
void | Set (uint64_t d, uint64_t fee, unsigned char btl, unsigned char suba) |
void | saveOffer (ofstream &file, SHA256_CTX *shaCtx, string const &addr) const |
Private Attributes | |
int | offerBlock |
uint64_t | offer_amount_original |
unsigned int | property |
uint64_t | BTC_desired_original |
uint64_t | min_fee |
unsigned char | blocktimelimit |
uint256 | txid |
unsigned char | subaction |
Definition at line 19 of file mastercore_dex.h.
|
inline |
Definition at line 41 of file mastercore_dex.h.
|
inline |
Definition at line 45 of file mastercore_dex.h.
References base_uint< BITS >::GetHex(), and msc_debug_dex.
|
inline |
Definition at line 35 of file mastercore_dex.h.
References blocktimelimit.
Referenced by mastercore::DEx_acceptCreate(), getactivedexsells_MP(), and populateRPCTransactionObject().
|
inline |
Definition at line 39 of file mastercore_dex.h.
References BTC_desired_original.
Referenced by mastercore::DEx_acceptCreate(), getactivedexsells_MP(), and populateRPCTransactionObject().
|
inline |
Definition at line 32 of file mastercore_dex.h.
References txid.
Referenced by mastercore::DEx_acceptCreate(), mastercore::DEx_acceptDestroy(), and getactivedexsells_MP().
|
inline |
Definition at line 34 of file mastercore_dex.h.
References min_fee.
Referenced by mastercore::DEx_acceptCreate(), getactivedexsells_MP(), and populateRPCTransactionObject().
|
inline |
Definition at line 38 of file mastercore_dex.h.
References offer_amount_original.
Referenced by mastercore::DEx_acceptCreate(), and getactivedexsells_MP().
|
inline |
Definition at line 33 of file mastercore_dex.h.
References property.
Referenced by mastercore::DEx_acceptCreate(), and getactivedexsells_MP().
|
inline |
Definition at line 36 of file mastercore_dex.h.
References subaction.
Referenced by populateRPCTransactionObject().
|
inline |
Definition at line 59 of file mastercore_dex.h.
References tinyformat::detail::format(), OMNI_PROPERTY_BTC, and base_uint< BITS >::ToString().
Referenced by write_mp_offers().
|
inline |
Definition at line 51 of file mastercore_dex.h.
Referenced by CMPTransaction::logicMath_TradeOffer().
|
private |
Definition at line 27 of file mastercore_dex.h.
Referenced by getBlockTimeLimit().
|
private |
Definition at line 25 of file mastercore_dex.h.
Referenced by getBTCDesiredOriginal().
|
private |
Definition at line 26 of file mastercore_dex.h.
Referenced by getMinFee().
|
private |
Definition at line 23 of file mastercore_dex.h.
Referenced by getOfferAmountOriginal().
|
private |
Definition at line 22 of file mastercore_dex.h.
|
private |
Definition at line 24 of file mastercore_dex.h.
Referenced by getProperty().
|
private |
Definition at line 29 of file mastercore_dex.h.
Referenced by getSubaction().
|
private |
Definition at line 28 of file mastercore_dex.h.
Referenced by getHash().