structs

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemovableBlock

type RemovableBlock struct {
	*types.Block
	IsRemoved bool
}

func NewRemovableBlock

func NewRemovableBlock(block *types.Block, isRemoved bool) *RemovableBlock

type RemovableReceiptLog

type RemovableReceiptLog struct {
	*types.Log
	IsRemoved bool
}

type RemovableTx

type RemovableTx struct {
	*types.Transaction
	IsRemoved bool
}

func NewRemovableTx

func NewRemovableTx(tx *types.Transaction, removed bool) RemovableTx

type RemovableTxAndReceipt

type RemovableTxAndReceipt struct {
	*TxAndReceipt
	IsRemoved bool
	TimeStamp uint64
}

func NewRemovableTxAndReceipt

func NewRemovableTxAndReceipt(tx *types.Transaction, receipt *types.Receipt, removed bool, timeStamp uint64) *RemovableTxAndReceipt

type TxAndReceipt

type TxAndReceipt struct {
	Tx      *types.Transaction
	Receipt *types.Receipt
}

Jump to

Keyboard shortcuts

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