Bitcoin Core 28.99.0
P2P Digital Currency
|
Variables | |
const std::string | ACENTRY {"acentry"} |
const std::string | ACTIVEEXTERNALSPK {"activeexternalspk"} |
const std::string | ACTIVEINTERNALSPK {"activeinternalspk"} |
const std::string | BESTBLOCK_NOMERKLE {"bestblock_nomerkle"} |
const std::string | BESTBLOCK {"bestblock"} |
const std::string | CRYPTED_KEY {"ckey"} |
const std::string | CSCRIPT {"cscript"} |
const std::string | DEFAULTKEY {"defaultkey"} |
const std::string | DESTDATA {"destdata"} |
const std::string | FLAGS {"flags"} |
const std::string | HDCHAIN {"hdchain"} |
const std::string | KEYMETA {"keymeta"} |
const std::string | KEY {"key"} |
const std::string | LOCKED_UTXO {"lockedutxo"} |
const std::string | MASTER_KEY {"mkey"} |
const std::string | MINVERSION {"minversion"} |
const std::string | NAME {"name"} |
const std::string | OLD_KEY {"wkey"} |
const std::string | ORDERPOSNEXT {"orderposnext"} |
const std::string | POOL {"pool"} |
const std::string | PURPOSE {"purpose"} |
const std::string | SETTINGS {"settings"} |
const std::string | TX {"tx"} |
const std::string | VERSION {"version"} |
const std::string | WALLETDESCRIPTOR {"walletdescriptor"} |
const std::string | WALLETDESCRIPTORCACHE {"walletdescriptorcache"} |
const std::string | WALLETDESCRIPTORLHCACHE {"walletdescriptorlhcache"} |
const std::string | WALLETDESCRIPTORCKEY {"walletdescriptorckey"} |
const std::string | WALLETDESCRIPTORKEY {"walletdescriptorkey"} |
const std::string | WATCHMETA {"watchmeta"} |
const std::string | WATCHS {"watchs"} |
const std::unordered_set< std::string > | LEGACY_TYPES {CRYPTED_KEY, CSCRIPT, DEFAULTKEY, HDCHAIN, KEYMETA, KEY, OLD_KEY, POOL, WATCHMETA, WATCHS} |
const std::string wallet::DBKeys::ACENTRY {"acentry"} |
Definition at line 36 of file walletdb.cpp.
const std::string wallet::DBKeys::ACTIVEEXTERNALSPK {"activeexternalspk"} |
Definition at line 37 of file walletdb.cpp.
const std::string wallet::DBKeys::ACTIVEINTERNALSPK {"activeinternalspk"} |
Definition at line 38 of file walletdb.cpp.
const std::string wallet::DBKeys::BESTBLOCK {"bestblock"} |
Definition at line 40 of file walletdb.cpp.
const std::string wallet::DBKeys::BESTBLOCK_NOMERKLE {"bestblock_nomerkle"} |
Definition at line 39 of file walletdb.cpp.
const std::string wallet::DBKeys::CRYPTED_KEY {"ckey"} |
Definition at line 41 of file walletdb.cpp.
const std::string wallet::DBKeys::CSCRIPT {"cscript"} |
Definition at line 42 of file walletdb.cpp.
const std::string wallet::DBKeys::DEFAULTKEY {"defaultkey"} |
Definition at line 43 of file walletdb.cpp.
const std::string wallet::DBKeys::DESTDATA {"destdata"} |
Definition at line 44 of file walletdb.cpp.
const std::string wallet::DBKeys::FLAGS {"flags"} |
Definition at line 45 of file walletdb.cpp.
const std::string wallet::DBKeys::HDCHAIN {"hdchain"} |
Definition at line 46 of file walletdb.cpp.
const std::string wallet::DBKeys::KEY {"key"} |
Definition at line 48 of file walletdb.cpp.
const std::string wallet::DBKeys::KEYMETA {"keymeta"} |
Definition at line 47 of file walletdb.cpp.
const std::unordered_set< std::string > wallet::DBKeys::LEGACY_TYPES {CRYPTED_KEY, CSCRIPT, DEFAULTKEY, HDCHAIN, KEYMETA, KEY, OLD_KEY, POOL, WATCHMETA, WATCHS} |
Definition at line 67 of file walletdb.cpp.
const std::string wallet::DBKeys::LOCKED_UTXO {"lockedutxo"} |
Definition at line 49 of file walletdb.cpp.
const std::string wallet::DBKeys::MASTER_KEY {"mkey"} |
Definition at line 50 of file walletdb.cpp.
const std::string wallet::DBKeys::MINVERSION {"minversion"} |
Definition at line 51 of file walletdb.cpp.
const std::string wallet::DBKeys::NAME {"name"} |
Definition at line 52 of file walletdb.cpp.
const std::string wallet::DBKeys::OLD_KEY {"wkey"} |
Definition at line 53 of file walletdb.cpp.
const std::string wallet::DBKeys::ORDERPOSNEXT {"orderposnext"} |
Definition at line 54 of file walletdb.cpp.
const std::string wallet::DBKeys::POOL {"pool"} |
Definition at line 55 of file walletdb.cpp.
const std::string wallet::DBKeys::PURPOSE {"purpose"} |
Definition at line 56 of file walletdb.cpp.
const std::string wallet::DBKeys::SETTINGS {"settings"} |
Definition at line 57 of file walletdb.cpp.
const std::string wallet::DBKeys::TX {"tx"} |
Definition at line 58 of file walletdb.cpp.
const std::string wallet::DBKeys::VERSION {"version"} |
Definition at line 59 of file walletdb.cpp.
const std::string wallet::DBKeys::WALLETDESCRIPTOR {"walletdescriptor"} |
Definition at line 60 of file walletdb.cpp.
const std::string wallet::DBKeys::WALLETDESCRIPTORCACHE {"walletdescriptorcache"} |
Definition at line 61 of file walletdb.cpp.
const std::string wallet::DBKeys::WALLETDESCRIPTORCKEY {"walletdescriptorckey"} |
Definition at line 63 of file walletdb.cpp.
const std::string wallet::DBKeys::WALLETDESCRIPTORKEY {"walletdescriptorkey"} |
Definition at line 64 of file walletdb.cpp.
const std::string wallet::DBKeys::WALLETDESCRIPTORLHCACHE {"walletdescriptorlhcache"} |
Definition at line 62 of file walletdb.cpp.
const std::string wallet::DBKeys::WATCHMETA {"watchmeta"} |
Definition at line 65 of file walletdb.cpp.
const std::string wallet::DBKeys::WATCHS {"watchs"} |
Definition at line 66 of file walletdb.cpp.