Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleRegistry ¶
type SimpleRegistry struct {
// contains filtered or unexported fields
}
func NewSimpleRegistry ¶
func NewSimpleRegistry(chainId *big.Int) *SimpleRegistry
func (*SimpleRegistry) GetSigner ¶
func (r *SimpleRegistry) GetSigner() bind.SignerFn
func (*SimpleRegistry) RegisterPrivateKey ¶
func (r *SimpleRegistry) RegisterPrivateKey(ctx context.Context, key *ecdsa.PrivateKey) error
Registers the private key used for signing txs.
func (*SimpleRegistry) RegisterSigner ¶
func (r *SimpleRegistry) RegisterSigner(signerFn bind.SignerFn)
Click to show internal directories.
Click to hide internal directories.