structs

package
v0.0.0-...-98400ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2020 License: Apache-2.0 Imports: 1 Imported by: 2

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL