Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadAddress ¶
Types ¶
type Address ¶
type Address struct { Address string PrivateKey *ecdsa.PrivateKey PrivateKeyStr string PublicKey *ecdsa.PublicKey PublicKeyStr string }
func LoadAddrInfo ¶
func LoadAddrInfo(keyDir string, crypto cryptoClinet.CryptoClient) (*Address, error)
Click to show internal directories.
Click to hide internal directories.