ledger-core
|
#include <ConfigurationDefaults.hpp>
Static Public Attributes | |
static std::string const | BLOCKCHAIN_DEFAULT_API_ENDPOINT = {"https://explorers.api.live.ledger.com"} |
static std::string const | BLOCKCHAIN_OBSERVER_WS_ENDPOINT = {"wss://ws.ledgerwallet.com/blockchain/v2/{}/ws"} |
static std::string const | BIP44_DERIVATION_SCHEME = {"44'/<coin_type>'/<account>'/<node>/<address>"} |
static std::string const | DEFAULT_KEYCHAIN = {"BIP32_P2PKH"} |
static int32_t const | DEFAULT_TRUST_LIMIT = 3 |
static int32_t const | KEYCHAIN_DEFAULT_OBSERVABLE_RANGE = 20 |
static int32_t const | DEFAULT_TTL_CACHE = 30 |
Default values you might want to use if you don’t know what values you should use.
|
static |
The default derivation scheme for BIP44 derivation.
|
static |
The default Ledger API endpoint for the explorers.
|
static |
The default Ledger API endpoint for the observers.
|
static |
Default keychain policy.
|
static |
Default trust limit (block height).
|
static |
Default TTL for cache
|
static |
Default observable range for HD keychains