Class TransferV2

Represents the details of a version 2 (V2) transfer transaction.

Hierarchy

  • TransferV2

Constructors

Properties

The amount being transferred in a version 2 transaction.

The initiator address of the transfer, containing details about the sender.

gas: number

The gas used for the transfer.

id?: number

The optional ID of the transfer.

source: URef

The source URef (Universal Reference) of the transfer.

target: URef

The target URef (Universal Reference) of the transfer.

The optional account hash representing the recipient of the transfer.

transactionHash: TransactionHash

The transaction hash associated with the transfer.

Generated using TypeDoc