Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EthereumWallet ¶
type EthereumWallet struct { PublicKey string `json:"public_key"` PrivateKey string `json:"private_key"` Address string `json:"address"` PublicKeyHash string `json:"hash"` }
func NewEthereumWallet ¶
func NewEthereumWallet() (*EthereumWallet, error)
Click to show internal directories.
Click to hide internal directories.