types

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2021 License: LGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallMsg

type CallMsg struct {
	From     common.Address `json:"from,omitempty"`
	To       common.Address `json:"to"`
	Data     CallMsgData    `json:"data"`
	GasPrice CallMsgBigInt  `json:"gasPrice,omitempty"`
	Value    CallMsgBigInt  `json:"value,omitempty"`
}

type CallMsgBigInt

type CallMsgBigInt big.Int

func NewCallMsgBigInt

func NewCallMsgBigInt(v *big.Int) CallMsgBigInt

func (CallMsgBigInt) MarshalText

func (a CallMsgBigInt) MarshalText() ([]byte, error)

type CallMsgData

type CallMsgData []byte

func (CallMsgData) MarshalText

func (a CallMsgData) MarshalText() ([]byte, error)

Jump to

Keyboard shortcuts

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