@vechain/connex
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -82,6 +82,6 @@ /** | ||
/** | ||
* @returns a promise resolves right after head block changed | ||
* @returns a promise resolves to summary of head block right after head block changed | ||
* @remarks The returned promise never rejects. | ||
*/ | ||
next(): Promise<void> | ||
next(): Promise<Status['head']> | ||
} | ||
@@ -490,3 +490,3 @@ | ||
*/ | ||
owned(addr: string): boolean | ||
owned(addr: string): Promise<boolean> | ||
} | ||
@@ -493,0 +493,0 @@ |
{ | ||
"name": "@vechain/connex", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "Standard interface to connect DApp with VeChain and user", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
26929