pending_transfer

Represents a crosschain transfer that has been initialized.

This entity will be created on the starting chain, and it will be deleted when the transfer is completed (by calling complete_transfer on the starting chain) or when it is reverted (by calling revert_transfer on the starting chain).

See also

applied_transfers

for an example flow of normal crosschain transfers

Properties

Link copied to clipboard

The index of the operation that initialized this transaction

Link copied to clipboard

The account that sent the funds

Link copied to clipboard
val transaction: transaction

The transaction that created this pending transfer. This will be referred to on subsequent chains as init transaction