@bloks/api
Advanced tools
Comparing version 3.5.22 to 3.5.23
{ | ||
"name": "@bloks/api", | ||
"version": "3.5.22", | ||
"version": "3.5.23", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "62d4ae9160d5464554da091f95a28f58eecadc62" | ||
"gitHead": "59cc04803b0e53f2614a5d0dbd86d73964cea216" | ||
} |
@@ -523,3 +523,4 @@ import axios from 'axios' | ||
getEosBalance (accountName) { | ||
return this.eos.get_currency_balance(constants.EOSIO_TOKEN, accountName, constants.CORE_SYMBOL) | ||
const [balance] = this.eos.get_currency_balance(constants.EOSIO_TOKEN, accountName, constants.CORE_SYMBOL) | ||
return balance | ||
} | ||
@@ -834,4 +835,2 @@ | ||
console.log(result) | ||
return result | ||
@@ -838,0 +837,0 @@ } |
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
94697