|
|
| EthereumLikeNetworkParameters (std::string Identifier_, std::string MessagePrefix_, std::string ChainID_, std::vector< uint8_t > XPUBVersion_, std::vector< std::string > AdditionalEIPs_, int64_t TimestampDelay_) |
| |
|
| EthereumLikeNetworkParameters (const EthereumLikeNetworkParameters &cpy) |
| |
|
EthereumLikeNetworkParameters & | operator= (const EthereumLikeNetworkParameters &cpy) |
| |
|
template<class Archive > |
| void | load (Archive &archive) |
| |
|
template<class Archive > |
| void | save (Archive &archive) const |
| |
◆ AdditionalEIPs
| std::vector<std::string> ledger::core::api::EthereumLikeNetworkParameters::AdditionalEIPs |
Addition EIPs enabled for this network.
◆ ChainID
| std::string ledger::core::api::EthereumLikeNetworkParameters::ChainID |
◆ Identifier
| std::string ledger::core::api::EthereumLikeNetworkParameters::Identifier |
◆ MessagePrefix
| std::string ledger::core::api::EthereumLikeNetworkParameters::MessagePrefix |
Constant prefix to prepend all signature messages.
◆ TimestampDelay
| int64_t ledger::core::api::EthereumLikeNetworkParameters::TimestampDelay |
Delay applied to all timestamps. Used to debounce transactions.
◆ XPUBVersion
| std::vector<uint8_t> ledger::core::api::EthereumLikeNetworkParameters::XPUBVersion |
Version of the Extended Public Key standard.
The documentation for this struct was generated from the following file: