Documentation
¶
Index ¶
Constants ¶
View Source
const MAX_GAS_LIMIT = 30000000
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"`
Gas *CallMsgBigInt `json:"gas,omitempty"`
GasPrice *CallMsgBigInt `json:"gasPrice,omitempty"`
Value *CallMsgBigInt `json:"value,omitempty"`
}
type CallMsgBigInt ¶
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)
type FeeHistory ¶
type ZeroValueCallMsg ¶
type ZeroValueCallMsg struct {
From common.Address `json:"from,omitempty"`
To common.Address `json:"to"`
Data CallMsgData `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.