Documentation ¶
Index ¶
- type Block
- type Client
- func (c *Client) GetBlockNumberWithTS(timestamp int64) (int64, error)
- func (c *Client) GetFilterLogsByQuery(query ethereum.FilterQuery) (logs []types.Log, err error)
- func (c *Client) GetLatestBlock() (*Block, error)
- func (c *Client) GetReceiptFromTransaction(txHash common.Hash) (receipt *types.Receipt, err error)
- func (c *Client) GetSigner() (*types.EIP155Signer, error)
- func (c *Client) GetTimestampWithBN(blockNumber int64) (int64, error)
- func (c *Client) GetTransactionByHash(txHash common.Hash) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetBlockNumberWithTS ¶
func (*Client) GetFilterLogsByQuery ¶
func (*Client) GetLatestBlock ¶
func (*Client) GetReceiptFromTransaction ¶
func (*Client) GetTimestampWithBN ¶
func (*Client) GetTransactionByHash ¶
Click to show internal directories.
Click to hide internal directories.