Documentation ¶
Index ¶
- type Client
- func (c *Client) Call(ctx context.Context, call ethereum.Call) ([]byte, error)
- func (c *Client) MultiCall(ctx context.Context, calls []ethereum.Call) ([][]byte, error)
- func (c *Client) SendTransaction(ctx context.Context, transaction *ethereum.Transaction) (*ethereum.Hash, error)
- func (c *Client) Storage(ctx context.Context, address ethereum.Address, key ethereum.Hash) ([]byte, error)
- type Signer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
func (*Signer) SignTransaction ¶
func (s *Signer) SignTransaction(transaction *ethereum.Transaction) error
Click to show internal directories.
Click to hide internal directories.