Documentation ¶
Index ¶
- type Client
- func (c *Client) BlockByNumber(ctx context.Context, number types.BlockNumber) (*types.BlockTxHashes, error)
- func (c *Client) BlockNumber(ctx context.Context) (uint64, error)
- func (c *Client) FilterLogs(ctx context.Context, q types.FilterLogsQuery) ([]types.Log, error)
- func (c *Client) FullBlockByNumber(ctx context.Context, number types.BlockNumber) (*types.BlockTxObjects, error)
- func (c *Client) GetStorageAt(ctx context.Context, acc types.Address, key types.Hash, ...) (*types.Hash, error)
- func (c *Client) GetTransactionCount(ctx context.Context, acc types.Address, block types.BlockNumber) (uint64, error)
- func (c *Client) SendRawTransaction(ctx context.Context, data types.Bytes) (*types.Hash, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) BlockByNumber ¶
func (c *Client) BlockByNumber(ctx context.Context, number types.BlockNumber) (*types.BlockTxHashes, error)
func (*Client) FilterLogs ¶
func (*Client) FullBlockByNumber ¶
func (c *Client) FullBlockByNumber(ctx context.Context, number types.BlockNumber) (*types.BlockTxObjects, error)
func (*Client) GetStorageAt ¶
func (*Client) GetTransactionCount ¶
Click to show internal directories.
Click to hide internal directories.