model

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemPoolTx

type MemPoolTx struct {
	From         string  `json:"from"`
	Gas          string  `json:"gas"`
	GasPrice     string  `json:"gasPrice"`
	GasPriceGwei float64 `json:"gasPriceGwei"`
	Hash         string  `json:"hash"`
	Input        string  `json:"input"`
	Nonce        string  `json:"nonce"`
	To           string  `json:"to"`
	Value        string  `json:"value"`
	V            string  `json:"v"`
	R            string  `json:"r"`
	S            string  `json:"s"`
	PendingFor   string  `json:"pendingFor"`
	QueuedFor    string  `json:"queuedFor"`
	Pool         string  `json:"pool"`
}

Jump to

Keyboard shortcuts

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