Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptKeystoreFile ¶
func DecryptKeystoreFile(fileData []byte, password string) (*ecdsa.PrivateKey, error)
Types ¶
type RawKeystoreData ¶
type RawKeystoreData struct { Address string `json:"address"` Crypto keystore.CryptoJSON `json:"crypto"` }
Click to show internal directories.
Click to hide internal directories.