# README

state

状态机逻辑实现。

对外接口

NewLedgerCtx() NewState()

RegisterAclMG(t.ctx.Acl) RegisterContractMG(t.ctx.Contract)

# Packages

No description provided by the author
No description provided by the author
Package utxo is the key part of XuperChain, this module keeps all Unspent Transaction Outputs.
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
NewBlockHeightNotifier instances a new BlockHeightNotifier.
No description provided by the author

# Constants

BetaTxVersion 为当前代码支持的最高交易版本.
No description provided by the author
No description provided by the author
No description provided by the author
TxSizePercent max percent of txs' size in one block.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
BlockHeightNotifier hold the the latest block's height information of utxovm and notify listeners when information changed.
兼容xledger账本历史原因共识部分字段分开存储在区块中.
InvokeRequest define genesis reserved_contracts configure.
No description provided by the author
TxDesc is the description to running a contract.