Versions in this module Expand all Collapse all v0 v0.6.0 Jan 23, 2020 v0.5.0 Jan 23, 2020 Changes in this version + type RemovableBlock struct + IsRemoved bool + func NewRemovableBlock(block blockchain.Block, isRemoved bool) *RemovableBlock + type RemovableReceiptLog struct + IsRemoved bool + type RemovableTx struct + IsRemoved bool + func NewRemovableTx(tx blockchain.Transaction, removed bool) RemovableTx + type RemovableTxAndReceipt struct + IsRemoved bool + TimeStamp uint64 + func NewRemovableTxAndReceipt(tx blockchain.Transaction, receipt blockchain.TransactionReceipt, removed bool, ...) *RemovableTxAndReceipt + type TxAndReceipt struct + Receipt blockchain.TransactionReceipt + Tx blockchain.Transaction