(ctx context.Context, number *big.Int)
| 42 | BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error) |
| 43 | HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error) |
| 44 | HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error) |
| 45 | TransactionCount(ctx context.Context, blockHash common.Hash) (uint, error) |
| 46 | TransactionInBlock(ctx context.Context, blockHash common.Hash, index uint) (*types.Transaction, error) |
| 47 |
no outgoing calls
no test coverage detected