TARAXA
Loading...
Searching...
No Matches
taraxa::WalletConfig Struct Reference

#include <config.hpp>

Collaboration diagram for taraxa::WalletConfig:

Public Member Functions

 WalletConfig (dev::Secret &&node_secret, const vrf_wrapper::vrf_sk_t &vrf_secret)
 
 WalletConfig (const WalletConfig &)=default
 
 WalletConfig (WalletConfig &&)=default
 

Public Attributes

const dev::Secret node_secret
 
const dev::Public node_pk
 
const addr_t node_addr
 
const vrf_wrapper::vrf_sk_t vrf_secret
 
const vrf_wrapper::vrf_pk_t vrf_pk
 

Constructor & Destructor Documentation

◆ WalletConfig() [1/3]

taraxa::WalletConfig::WalletConfig ( dev::Secret &&  node_secret,
const vrf_wrapper::vrf_sk_t vrf_secret 
)
inline

◆ WalletConfig() [2/3]

taraxa::WalletConfig::WalletConfig ( const WalletConfig )
default

◆ WalletConfig() [3/3]

taraxa::WalletConfig::WalletConfig ( WalletConfig &&  )
default

Member Data Documentation

◆ node_addr

const addr_t taraxa::WalletConfig::node_addr

◆ node_pk

const dev::Public taraxa::WalletConfig::node_pk

◆ node_secret

const dev::Secret taraxa::WalletConfig::node_secret

◆ vrf_pk

const vrf_wrapper::vrf_pk_t taraxa::WalletConfig::vrf_pk

◆ vrf_secret

const vrf_wrapper::vrf_sk_t taraxa::WalletConfig::vrf_secret

The documentation for this struct was generated from the following file: