Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemovableBlock ¶
type RemovableBlock struct {
blockchain.Block
IsRemoved bool
}
func NewRemovableBlock ¶
func NewRemovableBlock(block blockchain.Block, isRemoved bool) *RemovableBlock
type RemovableReceiptLog ¶
type RemovableReceiptLog struct {
blockchain.IReceiptLog
IsRemoved bool
}
type RemovableTx ¶
type RemovableTx struct {
blockchain.Transaction
IsRemoved bool
}
func NewRemovableTx ¶
func NewRemovableTx(tx blockchain.Transaction, removed bool) RemovableTx
type RemovableTxAndReceipt ¶
type RemovableTxAndReceipt struct {
*TxAndReceipt
IsRemoved bool
TimeStamp uint64
}
func NewRemovableTxAndReceipt ¶
func NewRemovableTxAndReceipt(tx blockchain.Transaction, receipt blockchain.TransactionReceipt, removed bool, timeStamp uint64) *RemovableTxAndReceipt
type TxAndReceipt ¶
type TxAndReceipt struct {
Tx blockchain.Transaction
Receipt blockchain.TransactionReceipt
}
Click to show internal directories.
Click to hide internal directories.