VyTransactionGasTransferRequest
This class represents a request for a gas transfer transaction.
Derived Properties (VyTransactionRequestBase)
Field | Type | Description |
---|---|---|
walletId [required] | string | The ID of the wallet to use for the transaction. |
toAddress | string | The address to send the transaction to. |
chain [required] | The type of blockchain to use for the transaction. | |
network | The network to use for the transaction. | |
chainSpecificFields | JToken | Additional fields specific to the selected blockchain. |
Properties
Field | Type | Description |
---|---|---|
value | double? | The amount of gas to transfer. |
type [required] | string | The type of transaction, which is always 'GAS_TRANSFER'. |
Last updated