Documentation
¶
Index ¶
- func GetBlock(ctxt c.Context, bn uint64) (*c.Block, error)
- func GetData[R c.Fetchable](ctxt c.Context, hs []c.Hashable, fr c.Fetcher[R]) ([]R, error)
- func GetFinalizedBlock(ctxt c.Context, blockNumber uint64) (*c.FinalizedBlock, error)
- func GetTransactions(ctxt c.Context, blockNumber uint64) ([]c.Transaction, error)
- func InitABI() (map[string]abi.ABI, error)
- func MostRecentBlockNumber(ctxt c.Context) (uint64, error)
- type EthGetBlockByNumberRequest
- type TXBHFetcher
- type TxByHashBody
- type TxReceiptBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFinalizedBlock ¶
func GetTransactions ¶
Types ¶
type TXBHFetcher ¶
type TXBHFetcher struct{}
type TxByHashBody ¶
Click to show internal directories.
Click to hide internal directories.