()
| 49 | SubmitBlock(b *types.Block, exec ExecuteResult) error // called by consensus |
| 50 | GetStateMerkleRoot(height uint32) (result common.Uint256, err error) |
| 51 | GetCurrentBlockHash() common.Uint256 |
| 52 | GetCurrentBlockHeight() uint32 |
| 53 | GetCurrentHeaderHeight() uint32 |
| 54 | GetCurrentHeaderHash() common.Uint256 |
no outgoing calls