Skip to content

Commit 62b6002

Browse files
committed
Export toArray function
1 parent 1982a61 commit 62b6002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export { Ed25519Signature, signEd25519, verifyEd25519 } from "./key/ed25519";
2929

3030
export {
3131
toHex,
32+
toArray,
3233
getAccountIdFromPrivate,
3334
getAccountIdFromPublic,
3435
toLocaleString

0 commit comments

Comments
 (0)