Skip to main content

Interface: IPage

Used to specify paging for indexer's payments search. An app that uses pagination to display payments history can simply provide parameters from the front-end and display everything returned.

Properties

limit

limit: number

How many records should be returned on the page

Defined in

typing/index.ts:1018


page

page: number

Which page should be displayed (starts with 1)

Defined in

typing/index.ts:1021