Skip to content

Commit 0b59556

Browse files
author
Fabrice Bascoulergue
committed
Add all encoding exports
1 parent a16b138 commit 0b59556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/encoding.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as hexEncoding from 'crypto-js/enc-hex';
2-
import { Bech32, toHex, fromHex, toBase64, fromBase64 } from '@cosmjs/encoding';
2+
import { Bech32, toHex, fromHex, toBase64, fromBase64, toAscii, fromAscii, toUtf8, fromUtf8, toRfc3339, fromRfc3339 } from '@cosmjs/encoding';
33
import { sha256 } from '@cosmjs/crypto';
44
import SHA3 from 'crypto-js/sha3';
55

@@ -72,4 +72,4 @@ export const toJSON = (data: unknown): unknown => {
7272
return data;
7373
};
7474

75-
export { Bech32, toHex, fromHex, toBase64, fromBase64, sha256 };
75+
export { sha256, Bech32, toHex, fromHex, toBase64, fromBase64, toAscii, fromAscii, toUtf8, fromUtf8, toRfc3339, fromRfc3339 };

0 commit comments

Comments
 (0)