Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CryptoJSON ¶
type CryptoJSON struct {
Cipher string `json:"cipher"`
CipherText string `json:"ciphertext"`
CipherParams cipherparamsJSON `json:"cipherparams"`
KDF string `json:"kdf"`
KDFParams map[string]interface{} `json:"kdfparams"`
MAC string `json:"mac"`
}
CryptoJSON define a struct TODO
type EncryptedKeyJSON ¶
type EncryptedKeyJSON struct {
Address string `json:"address"`
Crypto CryptoJSON `json:"crypto"`
ID string `json:"id"`
Version string `json:"version"`
}
EncryptedKeyJSON define a struct TODO
Click to show internal directories.
Click to hide internal directories.