Skip to content

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

RpcQueryOptions = object

Defined in: src/types/rpcSchema.ts:72

optional atBlock: Hex

Defined in: src/types/rpcSchema.ts:74

Block height to read at, as a hex quantity. Defaults to the head, and must be within the node’s retained range.


optional cursor: string

Defined in: src/types/rpcSchema.ts:80

Opaque cursor from a previous response; bound to that query, block and selection.


optional limit: Hex

Defined in: src/types/rpcSchema.ts:78

Page size, as a hex quantity. Node maximum is 200.


optional select: RpcSelect

Defined in: src/types/rpcSchema.ts:76

What to return. Defaults to { key: true }.