@ckb-lumos/base
Advanced tools
Comparing version 0.5.4 to 0.6.0
@@ -88,4 +88,4 @@ import * as core from "./lib/core"; | ||
type?: Script | ScriptWrapper | "empty"; | ||
// data = empty means every data content is ok | ||
data?: string | "empty"; | ||
// data = any means any data content is ok | ||
data?: string | "any"; | ||
argsLen?: number; | ||
@@ -92,0 +92,0 @@ /** `fromBlock` itself is included in range query. */ |
{ | ||
"name": "@ckb-lumos/base", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"description": "Base data structures and utilities used in lumos", | ||
@@ -5,0 +5,0 @@ "author": "Xuejie Xiao <xxuejie@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70568