types

package
v0.0.0-...-8700dda Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2024 License: 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 EthAddress

type EthAddress struct {
	PrivateKey string `json:"private_key"`
	PublicKey  string `json:"public_key"`
	Address    string `json:"address"`
}

type Logs

type Logs struct {
	Logs        []types.Log   `json:"logs"`
	BlockHeader *types.Header `json:"block_header"`
}

type RpcBlock

type RpcBlock struct {
	Hash         common.Hash       `json:"hash"`
	Transactions []TransactionList `json:"transactions"`
	BaseFee      string            `json:"baseFeePerGas"`
}

type TransactionList

type TransactionList struct {
	To   string `json:"to"`
	Hash string `json:"hash"`
}

Jump to

Keyboard shortcuts

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