electra-js
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -104,7 +104,6 @@ type OrNull<T> = T | null; | ||
lockState: WalletLockState; | ||
mnemonic: string; | ||
randomAddresses: WalletAddress[]; | ||
state: WalletState; | ||
mnemonic(): string; | ||
state(): WalletState; | ||
startDaemon(): Promise<void>; | ||
@@ -111,0 +110,0 @@ stopDaemon(): Promise<void>; |
{ | ||
"name": "electra-js", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "Javascript API middleware allowing clients to interact with Electra blockchain.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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
94868979