@ckb-lumos/base
Advanced tools
Comparing version 0.5.2 to 0.5.4
@@ -88,3 +88,4 @@ import * as core from "./lib/core"; | ||
type?: Script | ScriptWrapper | "empty"; | ||
data?: string; | ||
// data = empty means every data content is ok | ||
data?: string | "empty"; | ||
argsLen?: number; | ||
@@ -91,0 +92,0 @@ /** `fromBlock` itself is included in range query. */ |
{ | ||
"name": "@ckb-lumos/base", | ||
"version": "0.5.2", | ||
"version": "0.5.4", | ||
"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
70574
1999