Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet::DBKeys Namespace Reference

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}

Variable Documentation

◆ ACENTRY

const std::string wallet::DBKeys::ACENTRY {"acentry"}

Definition at line 32 of file walletdb.cpp.

◆ ACTIVEEXTERNALSPK

const std::string wallet::DBKeys::ACTIVEEXTERNALSPK {"activeexternalspk"}

Definition at line 33 of file walletdb.cpp.

◆ ACTIVEINTERNALSPK

const std::string wallet::DBKeys::ACTIVEINTERNALSPK {"activeinternalspk"}

Definition at line 34 of file walletdb.cpp.

◆ BESTBLOCK

const std::string wallet::DBKeys::BESTBLOCK {"bestblock"}

Definition at line 36 of file walletdb.cpp.

◆ BESTBLOCK_NOMERKLE

const std::string wallet::DBKeys::BESTBLOCK_NOMERKLE {"bestblock_nomerkle"}

Definition at line 35 of file walletdb.cpp.

◆ CRYPTED_KEY

const std::string wallet::DBKeys::CRYPTED_KEY {"ckey"}

Definition at line 37 of file walletdb.cpp.

◆ CSCRIPT

const std::string wallet::DBKeys::CSCRIPT {"cscript"}

Definition at line 38 of file walletdb.cpp.

◆ DEFAULTKEY

const std::string wallet::DBKeys::DEFAULTKEY {"defaultkey"}

Definition at line 39 of file walletdb.cpp.

◆ DESTDATA

const std::string wallet::DBKeys::DESTDATA {"destdata"}

Definition at line 40 of file walletdb.cpp.

◆ FLAGS

const std::string wallet::DBKeys::FLAGS {"flags"}

Definition at line 41 of file walletdb.cpp.

◆ HDCHAIN

const std::string wallet::DBKeys::HDCHAIN {"hdchain"}

Definition at line 42 of file walletdb.cpp.

◆ KEY

const std::string wallet::DBKeys::KEY {"key"}

Definition at line 44 of file walletdb.cpp.

◆ KEYMETA

const std::string wallet::DBKeys::KEYMETA {"keymeta"}

Definition at line 43 of file walletdb.cpp.

◆ LEGACY_TYPES

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 63 of file walletdb.cpp.

◆ LOCKED_UTXO

const std::string wallet::DBKeys::LOCKED_UTXO {"lockedutxo"}

Definition at line 45 of file walletdb.cpp.

◆ MASTER_KEY

const std::string wallet::DBKeys::MASTER_KEY {"mkey"}

Definition at line 46 of file walletdb.cpp.

◆ MINVERSION

const std::string wallet::DBKeys::MINVERSION {"minversion"}

Definition at line 47 of file walletdb.cpp.

◆ NAME

const std::string wallet::DBKeys::NAME {"name"}

Definition at line 48 of file walletdb.cpp.

◆ OLD_KEY

const std::string wallet::DBKeys::OLD_KEY {"wkey"}

Definition at line 49 of file walletdb.cpp.

◆ ORDERPOSNEXT

const std::string wallet::DBKeys::ORDERPOSNEXT {"orderposnext"}

Definition at line 50 of file walletdb.cpp.

◆ POOL

const std::string wallet::DBKeys::POOL {"pool"}

Definition at line 51 of file walletdb.cpp.

◆ PURPOSE

const std::string wallet::DBKeys::PURPOSE {"purpose"}

Definition at line 52 of file walletdb.cpp.

◆ SETTINGS

const std::string wallet::DBKeys::SETTINGS {"settings"}

Definition at line 53 of file walletdb.cpp.

◆ TX

const std::string wallet::DBKeys::TX {"tx"}

Definition at line 54 of file walletdb.cpp.

◆ VERSION

const std::string wallet::DBKeys::VERSION {"version"}

Definition at line 55 of file walletdb.cpp.

◆ WALLETDESCRIPTOR

const std::string wallet::DBKeys::WALLETDESCRIPTOR {"walletdescriptor"}

Definition at line 56 of file walletdb.cpp.

◆ WALLETDESCRIPTORCACHE

const std::string wallet::DBKeys::WALLETDESCRIPTORCACHE {"walletdescriptorcache"}

Definition at line 57 of file walletdb.cpp.

◆ WALLETDESCRIPTORCKEY

const std::string wallet::DBKeys::WALLETDESCRIPTORCKEY {"walletdescriptorckey"}

Definition at line 59 of file walletdb.cpp.

◆ WALLETDESCRIPTORKEY

const std::string wallet::DBKeys::WALLETDESCRIPTORKEY {"walletdescriptorkey"}

Definition at line 60 of file walletdb.cpp.

◆ WALLETDESCRIPTORLHCACHE

const std::string wallet::DBKeys::WALLETDESCRIPTORLHCACHE {"walletdescriptorlhcache"}

Definition at line 58 of file walletdb.cpp.

◆ WATCHMETA

const std::string wallet::DBKeys::WATCHMETA {"watchmeta"}

Definition at line 61 of file walletdb.cpp.

◆ WATCHS

const std::string wallet::DBKeys::WATCHS {"watchs"}

Definition at line 62 of file walletdb.cpp.