Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GasPriceLimits ¶
type SendContractTxPayload ¶
type SendContractTxPayload struct { SmartContractAddr string SendEtherPayload // payable would be an amount, otherwise for tokens use the params field ContractFile string ContractABI *abi.ABI // this has first priority, if nil will check default contracts using contract file MethodName string // name of the smart contract function Params []interface{} }
type SendEtherPayload ¶
type SendEtherPayload struct { TransferArgs GasPriceLimits }
type SignedTxPayload ¶
type SignedTxPayload struct {
types.Transaction `json:"tx"`
}
Click to show internal directories.
Click to hide internal directories.