#include <amount.h>
#include <primitives/transaction.h>
#include <serialize.h>
#include <wallet/ismine.h>
#include <threadsafety.h>
#include <tinyformat.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <list>
#include <vector>
Go to the source code of this file.
|
| typedef std::map< std::string, std::string > | mapValue_t |
| |
◆ mapValue_t
| typedef std::map<std::string, std::string> mapValue_t |
◆ CalculateMaximumSignedInputSize()
| int CalculateMaximumSignedInputSize |
( |
const CTxOut & |
txout, |
|
|
const CWallet * |
pwallet, |
|
|
bool |
use_max_sig = false |
|
) |
| |
◆ ReadOrderPos()
| static void ReadOrderPos |
( |
int64_t & |
nOrderPos, |
|
|
mapValue_t & |
mapValue |
|
) |
| |
|
inlinestatic |
◆ WriteOrderPos()
| static void WriteOrderPos |
( |
const int64_t & |
nOrderPos, |
|
|
mapValue_t & |
mapValue |
|
) |
| |
|
inlinestatic |