Versions in this module Expand all Collapse all v1 v1.0.2 Jan 27, 2022 v1.0.1 Dec 1, 2021 Changes in this version + func LoadAddress(keyDir string) (string, error) + type Address struct + Address string + PrivateKey *ecdsa.PrivateKey + PrivateKeyStr string + PublicKey *ecdsa.PublicKey + PublicKeyStr string + func LoadAddrInfo(keyDir string, crypto cryptoClinet.CryptoClient) (*Address, error)