Documentation ¶
Index ¶
- Variables
- func Assert(condition bool, quiet bool, msg string)
- func Err(quiet bool, msg string)
- func ErrAssert(condition bool, err error, quiet bool, msg string)
- func ErrCheck(err error, quiet bool, msg string)
- func Log(really bool, msg string)
- func ObtainAccount(wallet *accounts.Wallet, address *common.Address, passphrase string) (*accounts.Account, error)
- func ObtainWallet(chainID *big.Int, address common.Address) (accounts.Wallet, error)
- func VerifyPassphrase(wallet accounts.Wallet, account accounts.Account, passphrase string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildDate string
BuildDate is the build date of the binaries
View Source
var Version string
Version is the version of the binaries
Functions ¶
func ObtainAccount ¶
func ObtainAccount(wallet *accounts.Wallet, address *common.Address, passphrase string) (*accounts.Account, error)
ObtainAccount fetches the account for a given address
func ObtainWallet ¶
ObtainWallet fetches the wallet for a given address
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.