![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <mastercore_dex.h>
Collaboration diagram for CMPAccept:Public Member Functions | |
| uint256 | getHash () const |
| uint64_t | getOfferAmountOriginal () |
| uint64_t | getBTCDesiredOriginal () |
| unsigned char | getBlockTimeLimit () |
| unsigned int | getProperty () const |
| int | getAcceptBlock () |
| CMPAccept (uint64_t a, int b, unsigned char blt, unsigned int c, uint64_t o, uint64_t btc, const uint256 &txid) | |
| CMPAccept (uint64_t origA, uint64_t remA, int b, unsigned char blt, unsigned int c, uint64_t o, uint64_t btc, const uint256 &txid) | |
| void | print () |
| uint64_t | getAcceptAmountRemaining () const |
| bool | reduceAcceptAmountRemaining_andIsZero (const uint64_t really_purchased) |
| void | saveAccept (ofstream &file, SHA256_CTX *shaCtx, string const &addr, string const &buyer) const |
Public Attributes | |
| int | block |
Private Attributes | |
| uint64_t | accept_amount_original |
| uint64_t | accept_amount_remaining |
| unsigned char | blocktimelimit |
| unsigned int | property |
| uint64_t | offer_amount_original |
| uint64_t | BTC_desired_original |
| uint256 | offer_txid |
Definition at line 83 of file mastercore_dex.h.
|
inline |
Definition at line 110 of file mastercore_dex.h.
References accept_amount_remaining.
|
inline |
Definition at line 117 of file mastercore_dex.h.
|
inline |
Definition at line 129 of file mastercore_dex.h.
References accept_amount_remaining.
Referenced by mastercore::DEx_acceptDestroy(), mastercore::DEx_payment(), and getactivedexsells_MP().
Here is the caller graph for this function:
|
inline |
Definition at line 108 of file mastercore_dex.h.
References block.
Referenced by getactivedexsells_MP().
Here is the caller graph for this function:
|
inline |
Definition at line 105 of file mastercore_dex.h.
References blocktimelimit.
Referenced by eraseExpiredAccepts().
Here is the caller graph for this function:
|
inline |
Definition at line 101 of file mastercore_dex.h.
References BTC_desired_original.
Referenced by mastercore::DEx_payment().
Here is the caller graph for this function:
|
inline |
Definition at line 98 of file mastercore_dex.h.
References offer_txid.
Referenced by mastercore::DEx_acceptDestroy(), and getactivedexsells_MP().
Here is the caller graph for this function:
|
inline |
Definition at line 100 of file mastercore_dex.h.
References offer_amount_original.
Referenced by mastercore::DEx_payment().
Here is the caller graph for this function:
|
inline |
Definition at line 106 of file mastercore_dex.h.
References property.
|
inline |
Definition at line 123 of file mastercore_dex.h.
References COIN.
|
inline |
Definition at line 137 of file mastercore_dex.h.
Referenced by mastercore::DEx_payment().
Here is the caller graph for this function:
|
inline |
Definition at line 148 of file mastercore_dex.h.
References tinyformat::detail::format(), and base_uint< BITS >::ToString().
Referenced by write_mp_accepts().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 86 of file mastercore_dex.h.
|
private |
Definition at line 87 of file mastercore_dex.h.
Referenced by CMPAccept(), and getAcceptAmountRemaining().
| int CMPAccept::block |
Definition at line 103 of file mastercore_dex.h.
Referenced by eraseExpiredAccepts(), and getAcceptBlock().
|
private |
Definition at line 89 of file mastercore_dex.h.
Referenced by getBlockTimeLimit().
|
private |
Definition at line 93 of file mastercore_dex.h.
Referenced by getBTCDesiredOriginal().
|
private |
Definition at line 92 of file mastercore_dex.h.
Referenced by getOfferAmountOriginal().
|
private |
Definition at line 95 of file mastercore_dex.h.
Referenced by getHash().
|
private |
Definition at line 90 of file mastercore_dex.h.
Referenced by getProperty().
1.8.8