Documentation ¶
Index ¶
- func CreateWallet(name string, passphrase []byte, store types.Store, encryptor types.Encryptor) (types.Wallet, error)
- func DeserializeWallet(data []byte, store types.Store, encryptor types.Encryptor) (types.Wallet, error)
- func Import(encryptedData []byte, passphrase []byte, store types.Store, ...) (types.Wallet, error)
- func OpenWallet(name string, store types.Store, encryptor types.Encryptor) (types.Wallet, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWallet ¶
func CreateWallet(name string, passphrase []byte, store types.Store, encryptor types.Encryptor) (types.Wallet, error)
CreateWallet creates a new wallet with the given name and stores it in the provided store. This will error if the wallet already exists.
func DeserializeWallet ¶
func DeserializeWallet(data []byte, store types.Store, encryptor types.Encryptor) (types.Wallet, error)
DeserializeWallet deserializes a wallet from its byte-level representation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.