(blockHash common.Uint256)
| 60 | GetBlockByHeight(height uint32) (*types.Block, error) |
| 61 | GetTransaction(txHash common.Uint256) (*types.Transaction, uint32, error) |
| 62 | IsContainBlock(blockHash common.Uint256) (bool, error) |
| 63 | IsContainTransaction(txHash common.Uint256) (bool, error) |
| 64 | GetBlockRootWithNewTxRoots(startHeight uint32, txRoots []common.Uint256) common.Uint256 |
| 65 | GetMerkleProof(m, n uint32) ([]common.Uint256, error) |
no outgoing calls
no test coverage detected