model

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 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"`
	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