|
| TezosLikeNetworkParameters (std::string Identifier_, std::string MessagePrefix_, std::vector< uint8_t > XPUBVersion_, std::vector< uint8_t > ImplicitPrefix_, std::vector< uint8_t > OriginatedPrefix_, std::vector< std::string > AdditionalTIPs_, int64_t TimestampDelay_) |
|
| TezosLikeNetworkParameters (const TezosLikeNetworkParameters &cpy) |
|
TezosLikeNetworkParameters & | operator= (const TezosLikeNetworkParameters &cpy) |
|
template<class Archive > |
void | load (Archive &archive) |
|
template<class Archive > |
void | save (Archive &archive) const |
|
◆ AdditionalTIPs
std::vector<std::string> ledger::core::api::TezosLikeNetworkParameters::AdditionalTIPs |
Addition TIPs enabled for this network.
◆ Identifier
std::string ledger::core::api::TezosLikeNetworkParameters::Identifier |
◆ ImplicitPrefix
std::vector<uint8_t> ledger::core::api::TezosLikeNetworkParameters::ImplicitPrefix |
Prefix useful during implicit address construction from pubKey hash
◆ MessagePrefix
std::string ledger::core::api::TezosLikeNetworkParameters::MessagePrefix |
Constant prefix to prepend all signature messages.
◆ OriginatedPrefix
std::vector<uint8_t> ledger::core::api::TezosLikeNetworkParameters::OriginatedPrefix |
Prefix useful during originated address construction from pubKey hash
◆ TimestampDelay
int64_t ledger::core::api::TezosLikeNetworkParameters::TimestampDelay |
Delay applied to all timestamps. Used to debounce transactions.
◆ XPUBVersion
std::vector<uint8_t> ledger::core::api::TezosLikeNetworkParameters::XPUBVersion |
Version of the Extended Public Key standard.
The documentation for this struct was generated from the following file: