Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoSigner = errors.New("signer not configured") ErrAddressNotFound = errors.New("address not found") )
Functions ¶
This section is empty.
Types ¶
type Signer ¶
type Signer struct { Key *ecdsa.PrivateKey Wallet *walletSigner }
func NewKeyed ¶
func NewKeyed(key *ecdsa.PrivateKey) *Signer
func (*Signer) TransactOpts ¶
Click to show internal directories.
Click to hide internal directories.