Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryOptions

argsLen: if argsLen = 20, it means collected cells cell.cellOutput.lock.args should be 20-byte length, and prefix match to lock.args. And if argsLen = -1 (default), means cell.cellOutput.lock.args should equals to lock.args.

Hierarchy

Index

Properties

Optional argsLen

argsLen: number | "any"

Optional data

data: string | "any"

Optional fromBlock

fromBlock: Hexadecimal

fromBlock itself is included in range query.

Optional lock

Optional order

order: "asc" | "desc"

Optional skip

skip: undefined | number

Optional toBlock

toBlock: Hexadecimal

toBlock itself is included in range query.

Optional type

type: Script | ScriptWrapper | "empty"

Generated using TypeDoc