Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyFunc ¶
type ApplyFunc = func(tree *iavl.MutableTree, encoded *encodedtx.EncodedTx) (resultCode, error)
type ExecutionResult ¶
type ExecutionResult struct {
StateRoot types.Hash `json:"stateRoot"`
TxRoot types.Hash `json:"txRoot"`
Txs types.Txs `json:"txs"`
ReceiptRoot types.Hash `json:"receiptsRoot"`
Receipts types.Receipts `json:"receipts"`
Rejected []*rejectedTx `json:"rejected,omitempty"`
Pending []int `json:"pending,omitempty"`
}
func ApplyTxs ¶
func ApplyTxs(tree *iavl.MutableTree, txs types.Txs) (*ExecutionResult, error)
Click to show internal directories.
Click to hide internal directories.