@bloks/wallet
Advanced tools
Comparing version 3.5.13 to 3.5.14
{ | ||
"name": "@bloks/wallet", | ||
"version": "3.5.13", | ||
"version": "3.5.14", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "fd1cb78aac8a5184de202e7dbdb37b75a8c89535" | ||
"gitHead": "5db57c587b33b0627491d8338b1da3e765440df3" | ||
} |
@@ -11,2 +11,3 @@ import { callbacks } from './callbacks' | ||
this.provider = undefined | ||
this.scatter = undefined | ||
} | ||
@@ -18,2 +19,6 @@ | ||
setScatter(scatter) { | ||
this.scatter = scatter | ||
} | ||
async transact (actions) { | ||
@@ -20,0 +25,0 @@ callbacks.clearErrors() |
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
15894
655