We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510784b commit 73ed13dCopy full SHA for 73ed13d
modules/sdk-coin-canton/resources/hash/hash.js
@@ -44,7 +44,7 @@ async function encodeInt64(value) {
44
view.setBigInt64(0, num, false); // true for little-endian
45
return new Uint8Array(buffer);
46
}
47
-export async function encodeString(value = '') {
+async function encodeString(value = '') {
48
const utf8Bytes = new TextEncoder().encode(value);
49
return encodeBytes(utf8Bytes);
50
0 commit comments