# Packages
Package bc is a generated protocol buffer package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewChain returns a new Chain using store as the underlying storage.
No description provided by the author
No description provided by the author
NewOrphanManage return a new orphan block.
NewOrphanManageWithData return a new orphan manage with specify data.
NewTxPool init a new TxPool.
# Variables
ErrBadBlock is returned when a block is invalid.
ErrBadStateRoot is returned when the computed assets merkle root disagrees with the one declared in a block header.
ErrBadTx is returned for transactions failing validation.
ErrDustTx indicates transaction is dust tx.
ErrPoolIsFull indicates the pool is full.
ErrTransactionNotExist is the pre-defined error message.
# Structs
Chain provides functions for working with the Bystack block chain.
No description provided by the author
OrphanManage is use to handle all the orphan block.
TxDesc store tx and related info for mining strategy.
No description provided by the author
TxPool is use for store the unconfirmed transaction.
TxPoolMsg is use for notify pool changes.