models

package
v0.0.0-...-1cc9596 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressInfo

type AddressInfo struct {
	Address string
	Balance *big.Float
	Nonce   *uint64
}

type Base

type Base struct {
	ID string
}

type BlockInfo

type BlockInfo struct {
	Number      big.Int
	IsLastBlock bool `json:"IsLastBlock,omitempty" bson:"IsLastBlock,omitempty"`
}

type GetAddressInfo

type GetAddressInfo struct {
	Address string
}

type GetTransactionInfo

type GetTransactionInfo struct {
	Transaction string
}

type TransactionInfo

type TransactionInfo struct {
	TransactionHash string
	To              string
	Value           *big.Float
	GasValue        *big.Float
	Nonce           uint64
}

Jump to

Keyboard shortcuts

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