The amount being transferred in the transaction.
The initiator address of the transfer, containing details about the sender.
The gas used for the transfer.
Optional
idThe optional ID of the transfer.
Private
Optional
originPrivate
Optional
originThe source URef (Universal Reference) of the transfer.
The target URef (Universal Reference) of the transfer.
Optional
toThe optional account hash representing the recipient of the transfer.
The transaction hash associated with the transfer.
Gets the version 1 transfer details if available.
The version 1 transfer details, or undefined
if not present.
Gets the version 2 transfer details if available.
The version 2 transfer details, or undefined
if not present.
Static
fromJSONDeserializes a Transfer
instance from JSON.
It can handle both version 1 and version 2 transfer formats.
A Transfer
instance.
Error if the transfer format is invalid or unrecognized.
The JSON data representing the transfer.
Static
Private
fromCreates a Transfer
instance from version 1 transfer data.
A Transfer
instance created from the version 1 data.
The version 1 transfer details.
Generated using TypeDoc
Represents a transfer transaction, which can be either version 1 (V1) or version 2 (V2).