authy

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

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

func FindInKeystoreDir(keystoreDir string, account common.Address, pwd string) (Auth, error)

FindInKeystoreDir searches the given `keystoreDir` for `address`, decrypts it with the given `pwd` and returns a Auth.

func NewFromKeystoreFile

func NewFromKeystoreFile(keystoreFilePath string, pwd string) (Auth, error)

NewFromKeystoreFile constructs a new instance of Auth from GETH keystore, populates the ETH addr and unlocks priv key with PWD.

func (Auth) Address

func (u Auth) Address() common.Address

func (Auth) PrivKey

func (u Auth) PrivKey() *ecdsa.PrivateKey

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL