get_pending_transfer_strategies

@mount("ft4.get_pending_transfer_strategies") query get_pending_transfer_strategies(recipient_id: byte_array, filter: pending_transfer_filter?): set<text>(source)

Retrieves all account_creation_transfers that are pending (that is, not recalled nor completed), optionally filtering them based on whether they expired or not.

Parameters

recipient_id

the ID found in account_creation_transfer.recipient_id

filter

an optional filter that returned transfers will match. If null, all transfers will be returned.