Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CKBIndexerQueryOptions

Hierarchy

Index

Properties

Optional argsLen

argsLen: number | "any"

Optional bufferSize

bufferSize: undefined | number

Optional data

data: string | "any"

Optional fromBlock

fromBlock: Hexadecimal

fromBlock itself is included in range query.

Optional groupByTransaction

groupByTransaction: undefined | false | true

Optional lock

Optional order

order: "asc" | "desc"

Optional outputCapacityRange

outputCapacityRange: HexadecimalRange

Optional outputDataLenRange

outputDataLenRange: HexadecimalRange

Optional scriptLenRange

scriptLenRange: HexadecimalRange

Optional skip

skip: undefined | number

Optional toBlock

toBlock: Hexadecimal

toBlock itself is included in range query.

Optional type

type: Script | ScriptWrapper | "empty"

Optional withData

withData: undefined | false | true

Generated using TypeDoc