primitives

package
v1.5.7 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: LGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bool

type Bool bool

Bool represents a bool value that could be RLP encoded in Rust version.

func (Bool) EncodeRLP

func (b Bool) EncodeRLP(w io.Writer) error

type Receipt

type Receipt struct {
	AccumulatedGasUsed    *big.Int
	GasFee                *big.Int
	GasSponsorPaid        Bool
	LogBloom              []byte
	Logs                  []contract.TypesTxLog
	OutcomeStatus         uint8
	StorageSponsorPaid    Bool
	StorageCollateralized []contract.TypesStorageChange
	StorageReleased       []contract.TypesStorageChange
}

func ConvertReceipt

func ConvertReceipt(receipt *types.TransactionReceipt) Receipt

Jump to

Keyboard shortcuts

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