get_proposals_by_author

@mount("proposals.external.get_proposals_by_author") query get_proposals_by_author(page_cursor: text, author_acc_id: byte_array): paged_result

Retrieves a paginated list of proposals submitted by a specific author.

Return

page - A paginated list of proposals submitted by the specified author.

Parameters

page_cursor
  • A cursor for pagination

author_acc_id
  • The account ID of the author whose proposals are to be retrieved.