Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client defines typed wrappers for the Ethereum RPC API, it also implements additional methods like GetSenderPublicKey.
func DialContext ¶
DialContext connects a client to the given URL using provided context.
func (*Client) DecryptPayload ¶
DecryptPayload decrypts transaction payload.
func (*Client) GetSenderPublicKey ¶
GetSenderPublicKey retrieves public key of sender from transaction.
func (*Client) NewKeyedTransactor ¶
func (c *Client) NewKeyedTransactor(key *ecdsa.PrivateKey) *bind.TransactOpts
NewKeyedTransactor is a utility method to easily create a transaction signer from a single private key.
Click to show internal directories.
Click to hide internal directories.