Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWalletInMemory ¶
func OpenWalletFromMemory ¶
OpenWalletFromMemory decrypts the given key JSON in memory using the provided password.
Types ¶
type KeystoreAdapter ¶
type KeystoreAdapter interface { CreateWallet(password *sstring.SecureString) (common.Address, []byte, error) OpenWallet(binaryData []byte, password *sstring.SecureString) (*keystore.Key, error) }
func NewAdapter ¶
func NewAdapter() KeystoreAdapter
Click to show internal directories.
Click to hide internal directories.