Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommand ¶
Types ¶
type TxPoolAddResult ¶
type TxPoolAddResult struct {
Hash string `json:"hash"`
From string `json:"from"`
To string `json:"to"`
Value string `json:"value"`
GasPrice string `json:"gas_price"`
GasLimit uint64 `json:"gas_limit"`
}
func (*TxPoolAddResult) GetOutput ¶
func (r *TxPoolAddResult) GetOutput() string
Click to show internal directories.
Click to hide internal directories.