@typus/typus-sdk 1.8.9 → 1.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -138,7 +138,7 @@ function divByDecimal(numerator, decimal) {
|
|
|
138
138
|
return numerator / Math.pow(10, decimal);
|
|
139
139
|
}
|
|
140
140
|
function bcsToString(input) {
|
|
141
|
-
console.log(input);
|
|
141
|
+
// console.log(input);
|
|
142
142
|
return bcs_1.bcs.string().parse(new Uint8Array(input));
|
|
143
143
|
}
|
|
144
144
|
function toMap(contents) {
|