ledger-core
Public Member Functions | Public Attributes | List of all members
ledger::core::api::TezosLikeNetworkParameters Struct Referencefinal

Public Member Functions

 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)
 
TezosLikeNetworkParametersoperator= (const TezosLikeNetworkParameters &cpy)
 
template<class Archive >
void load (Archive &archive)
 
template<class Archive >
void save (Archive &archive) const
 

Public Attributes

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
 

Member Data Documentation

◆ AdditionalTIPs

std::vector<std::string> ledger::core::api::TezosLikeNetworkParameters::AdditionalTIPs

Addition TIPs enabled for this network.

◆ Identifier

std::string ledger::core::api::TezosLikeNetworkParameters::Identifier

Name of the network.

◆ 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: