Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
export more utils from mod
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Nov 28, 2022
1 parent b805045 commit 43c6030
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@ export {
type Signer,
} from "./frame_metadata/mod.ts"
export * as rpc from "./rpc/mod.ts"
export { End, type Hex, hex, type Listener } from "./util/mod.ts"
export {
End,
getOrInit,
type Hex,
hex,
type Listener,
Sr25519,
ss58,
throwIfError,
} from "./util/mod.ts"

0 comments on commit 43c6030

Please sign in to comment.