(contractHash common.Address)
| 64 | GetBlockRootWithNewTxRoots(startHeight uint32, txRoots []common.Uint256) common.Uint256 |
| 65 | GetMerkleProof(m, n uint32) ([]common.Uint256, error) |
| 66 | GetContractState(contractHash common.Address) (*payload.DeployCode, error) |
| 67 | GetBookkeeperState() (*states.BookkeeperState, error) |
| 68 | GetStorageItem(key *states.StorageKey) (*states.StorageItem, error) |
| 69 | PreExecuteContract(tx *types.Transaction) (*cstates.PreExecResult, error) |
no outgoing calls
no test coverage detected