command

package
v0.0.0-...-9e52cca Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2023 License: GPL-3.0, Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	EthQuery uint8 = 0x10
)
View Source
const (
	PostTransaction uint8 = 0x00
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EthQueryRequest

type EthQueryRequest struct {
	From  string
	To    string
	Value *big.Int
	Data  string
}

Request Types

type EthQueryResponse

type EthQueryResponse struct {
	Nonce    string
	GasPrice string
	GasLimit string
}

Response Types

type PostTransactionRequest

type PostTransactionRequest struct {
	TxHex string
}

Request Types

type PostTransactionResponse

type PostTransactionResponse struct {
	TxHash string
}

Response Types

Jump to

Keyboard shortcuts

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