@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / BlockActivityOptions

Type Alias: BlockActivityOptions

BlockActivityOptions = object

Defined in: packages/sdk/src/activity.ts:659

Properties

limit?

optional limit?: number

Defined in: packages/sdk/src/activity.ts:661

Max rows per stream (default 500).


offset?

optional offset?: number

Defined in: packages/sdk/src/activity.ts:669

Rows to skip per stream (default 0).

Paging is PER STREAM, not over the grouped result: the three streams are independent reads and a page of one does not line up with a page of another. Use it to walk a block that reports truncated.