Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
Auth responsible for signing TXs.
func FindInKeystoreDir ¶
FindInKeystoreDir searches the given `keystoreDir` for `address`, decrypts it with the given `pwd` and returns a Auth.
func NewFromKeystoreFile ¶
NewFromKeystoreFile constructs a new instance of Auth from GETH keystore, populates the ETH addr and unlocks priv key with PWD.
func (Auth) PrivKey ¶
func (u Auth) PrivKey() *ecdsa.PrivateKey
Click to show internal directories.
Click to hide internal directories.