Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Name string Address string KeyStore KeyStore Identity Identity //todo: not added on init Password string }
Account ...
type Crypto ¶
type Crypto struct { Cipher string `json:"cipher"` CipherText string `json:"ciphertext"` CipherParams CipherParams `json:"cipherparams"` Kdf string `json:"kdf"` Kdfparams KdfParams `json:"kdfparams"` MAC string `json:"mac"` }
Crypto ...
Click to show internal directories.
Click to hide internal directories.