If the transaction did not succeed, this will hold the error. Will be SUCCESS if the transaction succeeded.
If the transaction was sent, or it failed after the fee needed was determined, this will hold the fee used or required for the transaction.
The node fee we were charged. Will be present if success is true. In atomic units.
The object that can be stored client side to then relayed with sendRawPreparedTransaction
Whether the transaction was relayed to the network. Will be true
if
using sendTransactionBasic, or sendTransactionAdvanced with the relayToNetwork
parameter set to true or not given.
Will be undefined if transaction was not successful.
Did the transaction creation / sending succeed?
The transaction hash of the resulting transaction. Will be set if success is true.
Generated using TypeDoc
The amounts and addresses of node fee, change address, and user destinations. Will be present if success is true.