(blockHash common.Uint256)
| 55 | GetBlockHash(height uint32) common.Uint256 |
| 56 | GetHeaderByHash(blockHash common.Uint256) (*types.Header, error) |
| 57 | GetRawHeaderByHash(blockHash common.Uint256) (*types.RawHeader, error) |
| 58 | GetHeaderByHeight(height uint32) (*types.Header, error) |
| 59 | GetBlockByHash(blockHash common.Uint256) (*types.Block, error) |
| 60 | GetBlockByHeight(height uint32) (*types.Block, error) |
no outgoing calls
no test coverage detected