Documentation ¶
Index ¶
Constants ¶
View Source
const WalletPath string = "./wallet/"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeystoreV3 ¶
type KeystoreV3 struct {
// contains filtered or unexported fields
}
func ResultKeystore ¶
func ResultKeystore(index int, pwd string) (KeystoreV3, error)
func (KeystoreV3) Address ¶
func (key KeystoreV3) Address() common.Address
func (KeystoreV3) PrivateKey ¶
func (key KeystoreV3) PrivateKey() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.