Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WalletFile ¶
func NewWalletFileLight ¶
func NewWalletFileLight(password string, keypair *secp256k1.KeyPair) WalletFile
func NewWalletFileStandard ¶
func NewWalletFileStandard(password string, keypair *secp256k1.KeyPair) WalletFile
func ReadWalletFile ¶
func ReadWalletFile(jsonWallet []byte, password []byte) (WalletFile, error)
Click to show internal directories.
Click to hide internal directories.