Interface KristApiTransactionPaginationOptions

Hierarchy

Properties

excludeMined?: boolean

If true, mined transactions will not be included in the results.

limit?: number

The maximum number of results to return per page. Must be between 1 and 1000. Defaults to 50.

offset?: number

The amount to offset the results, useful to paginate results, and in conjunction with limit. Defaults to 0.

Generated using TypeDoc