PIVX Core  5.6.99
P2P Digital Currency
Variables
DBKeys Namespace Reference

Variables

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 HDCHAIN {"hdchain"}
 
const std::string KEYMETA {"keymeta"}
 
const std::string KEY {"key"}
 
const std::string MASTER_KEY {"mkey"}
 
const std::string MINVERSION {"minversion"}
 
const std::string NAME {"name"}
 
const std::string ORDERPOSNEXT {"orderposnext"}
 
const std::string POOL {"pool"}
 
const std::string PURPOSE {"purpose"}
 
const std::string TX {"tx"}
 
const std::string VERSION {"version"}
 
const std::string WATCHS {"watchs"}
 
const std::string SAP_KEYMETA {"sapzkeymeta"}
 
const std::string SAP_KEY {"sapzkey"}
 
const std::string SAP_KEY_CRIPTED {"csapzkey"}
 
const std::string SAP_ADDR {"sapzaddr"}
 
const std::string SAP_COMMON_OVK {"commonovk"}
 
const std::string SAP_HDCHAIN {"hdchain_sap"}
 
const std::string SAP_WITNESS_CACHE_SIZE {"witnesscachesize"}
 
const std::string AUTOCOMBINE {"autocombinesettings"}
 
const std::string AUTOCOMBINE_V2 {"autocombinesettingsV2"}
 
const std::string STAKE_SPLIT_THRESHOLD {"stakeSplitThreshold"}
 
const std::string USE_CUSTOM_FEE {"fUseCustomFee"}
 
const std::string CUSTOM_FEE_VALUE {"nCustomFee"}
 

Variable Documentation

◆ AUTOCOMBINE

const std::string DBKeys::AUTOCOMBINE {"autocombinesettings"}

Definition at line 57 of file walletdb.cpp.

◆ AUTOCOMBINE_V2

const std::string DBKeys::AUTOCOMBINE_V2 {"autocombinesettingsV2"}

Definition at line 58 of file walletdb.cpp.

◆ BESTBLOCK

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

Definition at line 29 of file walletdb.cpp.

◆ BESTBLOCK_NOMERKLE

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

Definition at line 28 of file walletdb.cpp.

◆ CRYPTED_KEY

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

Definition at line 30 of file walletdb.cpp.

◆ CSCRIPT

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

Definition at line 31 of file walletdb.cpp.

◆ CUSTOM_FEE_VALUE

const std::string DBKeys::CUSTOM_FEE_VALUE {"nCustomFee"}

Definition at line 61 of file walletdb.cpp.

◆ DEFAULTKEY

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

Definition at line 32 of file walletdb.cpp.

◆ DESTDATA

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

Definition at line 33 of file walletdb.cpp.

◆ HDCHAIN

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

Definition at line 34 of file walletdb.cpp.

◆ KEY

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

Definition at line 36 of file walletdb.cpp.

◆ KEYMETA

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

Definition at line 35 of file walletdb.cpp.

◆ MASTER_KEY

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

Definition at line 37 of file walletdb.cpp.

◆ MINVERSION

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

Definition at line 38 of file walletdb.cpp.

◆ NAME

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

Definition at line 39 of file walletdb.cpp.

◆ ORDERPOSNEXT

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

Definition at line 40 of file walletdb.cpp.

◆ POOL

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

Definition at line 41 of file walletdb.cpp.

◆ PURPOSE

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

Definition at line 42 of file walletdb.cpp.

◆ SAP_ADDR

const std::string DBKeys::SAP_ADDR {"sapzaddr"}

Definition at line 51 of file walletdb.cpp.

◆ SAP_COMMON_OVK

const std::string DBKeys::SAP_COMMON_OVK {"commonovk"}

Definition at line 52 of file walletdb.cpp.

◆ SAP_HDCHAIN

const std::string DBKeys::SAP_HDCHAIN {"hdchain_sap"}

Definition at line 53 of file walletdb.cpp.

◆ SAP_KEY

const std::string DBKeys::SAP_KEY {"sapzkey"}

Definition at line 49 of file walletdb.cpp.

◆ SAP_KEY_CRIPTED

const std::string DBKeys::SAP_KEY_CRIPTED {"csapzkey"}

Definition at line 50 of file walletdb.cpp.

◆ SAP_KEYMETA

const std::string DBKeys::SAP_KEYMETA {"sapzkeymeta"}

Definition at line 48 of file walletdb.cpp.

◆ SAP_WITNESS_CACHE_SIZE

const std::string DBKeys::SAP_WITNESS_CACHE_SIZE {"witnesscachesize"}

Definition at line 54 of file walletdb.cpp.

◆ STAKE_SPLIT_THRESHOLD

const std::string DBKeys::STAKE_SPLIT_THRESHOLD {"stakeSplitThreshold"}

Definition at line 59 of file walletdb.cpp.

◆ TX

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

Definition at line 43 of file walletdb.cpp.

◆ USE_CUSTOM_FEE

const std::string DBKeys::USE_CUSTOM_FEE {"fUseCustomFee"}

Definition at line 60 of file walletdb.cpp.

◆ VERSION

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

Definition at line 44 of file walletdb.cpp.

◆ WATCHS

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

Definition at line 45 of file walletdb.cpp.