types

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: LGPL-3.0, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundle

type Bundle struct {
	Hash                 common.Hash
	Txs                  Hashes
	MaxBlockNumber       uint64
	MaxTimestamp         uint64
	Status               BundleStatus
	GasFee               *hexutil.Big
	Builder              common.Address
	ConfirmedBlockNumber uint64
	ConfirmedDate        uint64
}

type BundleStatus

type BundleStatus uint8
const (
	BundleStatusPending BundleStatus = iota
	BundleStatusConfirmed
	BundleStatusFailed
)

type Hashes

type Hashes []common.Hash

Jump to

Keyboard shortcuts

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