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

  • QueryOptions

Properties

argsLen?: number | "any"

lock script args length

data?: string | DataWithSearchMode
fromBlock?: string

fromBlock itself is included in range query.

order?: "asc" | "desc"
skip?: number
toBlock?: string

toBlock itself is included in range query.

type?: Script | ScriptWrapper | "empty"

Generated using TypeDoc