Documentation ¶
Index ¶
Constants ¶
View Source
const MaxInputPerTx = tx.MaxTxInPerMessage
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockUndo ¶
type BlockUndo struct {
// contains filtered or unexported fields
}
func NewBlockUndo ¶
func (*BlockUndo) SerializeSize ¶
type DisconnectResult ¶
type DisconnectResult int
const ( // DisconnectOk All good. DisconnectOk DisconnectResult = iota // DisconnectUnclean Rolled back, but UTXO set was inconsistent with block. DisconnectUnclean // DisconnectFailed Something else went wrong. DisconnectFailed )
type TxUndo ¶
type TxUndo struct {
// contains filtered or unexported fields
}
func (*TxUndo) GetUndoCoins ¶
func (*TxUndo) SetUndoCoins ¶
Click to show internal directories.
Click to hide internal directories.