get_paginated_accounts_by_signer
function get_paginated_accounts_by_signer(id: byte_array, page_size: integer?, page_cursor: text?): list<pagination_result>(source)
Retrieves all accounts the given signer can interact with, paginated.
Parameters
id
the signer ID
page_size
the size of the pages to retrieve
page_cursor
a pointer to where the page should start
See also
utils. paged_result
for information about pagination