Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthTx ¶
type EthTx struct { Nonce uint64 `json:"nonce"` GasPrice *big.Int `json:"gasPrice"` GasLimit uint64 `json:"gasLimit"` To string `json:"to"` Value *big.Int `json:"value"` Data string `json:"data"` From string `json:"from"` ChainId *big.Int `json:"chainId,omitempty"` R string `json:"r,omitempty"` V string `json:"v,omitempty"` S string `json:"s,omitempty"` }
Click to show internal directories.
Click to hide internal directories.