RpcQueryOptions
RpcQueryOptions =
object
Defined in: src/types/rpcSchema.ts:72
Properties
Section titled “Properties”atBlock?
Section titled “atBlock?”
optionalatBlock: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.
cursor?
Section titled “cursor?”
optionalcursor:string
Defined in: src/types/rpcSchema.ts:80
Opaque cursor from a previous response; bound to that query, block and selection.
limit?
Section titled “limit?”
optionallimit:Hex
Defined in: src/types/rpcSchema.ts:78
Page size, as a hex quantity. Node maximum is 200.
select?
Section titled “select?”
optionalselect:RpcSelect
Defined in: src/types/rpcSchema.ts:76
What to return. Defaults to { key: true }.