eos-common
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -223,9 +223,9 @@ // https://github.com/EOSIO/eosio.cdt/blob/master/libraries/eosiolib/core/eosio/check.hpp | ||
} | ||
(() => { | ||
console.log("EOSDT", "=>", symbol("EOSDT", 8).code().to_string()); | ||
console.log("EBTC", "=>", symbol("EBTC", 8).code().to_string()); | ||
console.log("USDE", "=>", symbol("USDE", 4).code().to_string()); | ||
console.log("USDT", "=>", symbol("USDT", 4).code().to_string()); | ||
})(); | ||
// (() => { | ||
// console.log("EOSDT", "=>", symbol("EOSDT", 8).code().to_string()); | ||
// console.log("EBTC", "=>", symbol("EBTC", 8).code().to_string()); | ||
// console.log("USDE", "=>", symbol("USDE", 4).code().to_string()); | ||
// console.log("USDT", "=>", symbol("USDT", 4).code().to_string()); | ||
// })(); | ||
// (() => { | ||
// console.log(typeof new SymbolCode) | ||
@@ -232,0 +232,0 @@ // console.log(typeof new SymbolCode("EOS")) |
@@ -227,9 +227,9 @@ 'use strict'; | ||
} | ||
(() => { | ||
console.log("EOSDT", "=>", symbol("EOSDT", 8).code().to_string()); | ||
console.log("EBTC", "=>", symbol("EBTC", 8).code().to_string()); | ||
console.log("USDE", "=>", symbol("USDE", 4).code().to_string()); | ||
console.log("USDT", "=>", symbol("USDT", 4).code().to_string()); | ||
})(); | ||
// (() => { | ||
// console.log("EOSDT", "=>", symbol("EOSDT", 8).code().to_string()); | ||
// console.log("EBTC", "=>", symbol("EBTC", 8).code().to_string()); | ||
// console.log("USDE", "=>", symbol("USDE", 4).code().to_string()); | ||
// console.log("USDT", "=>", symbol("USDT", 4).code().to_string()); | ||
// })(); | ||
// (() => { | ||
// console.log(typeof new SymbolCode) | ||
@@ -236,0 +236,0 @@ // console.log(typeof new SymbolCode("EOS")) |
{ | ||
"name": "eos-common", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "EOSIO Smart Contract common library used for Typescript", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
37520