QueryOptions
QueryOptions =
object
Defined in: src/actions/public/query.ts:7
Properties
Section titled “Properties”atBlock?
Section titled “atBlock?”
optionalatBlock:bigint
Defined in: src/actions/public/query.ts:11
Block height to read at. Defaults to the head.
cursor?
Section titled “cursor?”
optionalcursor:string
Defined in: src/actions/public/query.ts:15
Cursor from a previous page.
limit?
Section titled “limit?”
optionallimit:number
Defined in: src/actions/public/query.ts:13
Page size, up to the node maximum of 200.
select?
Section titled “select?”
optionalselect:SelectArg
Defined in: src/actions/public/query.ts:9
What to return. Defaults to everything.