Fetches a list of pending transfers for the specified account. If there are many pending transfers, the results will be limited according to the limit and cursor parameters.
limit
cursor
the connection to use to query the blockchain
id of the account to fetch pending transfers for
maximum page size
where the page should start
Fetches a list of pending transfers for the specified account. If there are many pending transfers, the results will be limited according to the
limit
andcursor
parameters.