Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

QueryOptions = object

Defined in: src/actions/public/query.ts:7

optional atBlock: bigint

Defined in: src/actions/public/query.ts:11

Block height to read at. Defaults to the head.


optional cursor: string

Defined in: src/actions/public/query.ts:15

Cursor from a previous page.


optional limit: number

Defined in: src/actions/public/query.ts:13

Page size, up to the node maximum of 200.


optional select: SelectArg

Defined in: src/actions/public/query.ts:9

What to return. Defaults to everything.