txpool

package
v0.11.4 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PublicAPI

type PublicAPI struct {
	// contains filtered or unexported fields
}

PublicAPI offers and API for the transaction pool. It only operates on data that is non-confidential.

func NewPublicAPI

func NewPublicAPI(logger log.Logger, clientCtx client.Context, backend backend.BackendI) *PublicAPI

NewPublicAPI creates a new tx pool service that gives information about the transaction pool.

func (*PublicAPI) Content

func (api *PublicAPI) Content() map[string]map[common.Address]map[string]*types.Transaction

Content returns the transactions contained within the transaction pool

func (*PublicAPI) Inspect

func (api *PublicAPI) Inspect() map[string]map[string]map[string]string

Inspect returns the content of the transaction pool and flattens it into an

func (*PublicAPI) Status

func (api *PublicAPI) Status() map[string]hexutil.Uint

Status returns the number of pending and queued transaction in the pool.

Jump to

Keyboard shortcuts

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