get_paginated_pending_transfers
function get_paginated_pending_transfers(account_id: byte_array, page_size: integer?, page_cursor: text?): list<pagination_result>(source)
Retrieves all transfers that were not yet completed, paginated.
Parameters
account_id
the id of the account that sent the transfers
page_size
the size of the pages to retrieve
page_cursor
a pointer to where the page should start
See also
pending_transfer
for more information on what is a pending transfer
get_last_pending_transfer_for_account
if you need to retrieve a specific transfer
utils. paged_result
for informations about pagination