(ctx context.Context, number *big.Int)
| 40 | type ChainReader interface { |
| 41 | BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error) |
| 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) |
no outgoing calls