Skip to content

Commit

Permalink
feat(sdk): export inscription types (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzzsk authored Sep 5, 2023
1 parent ee4d7fd commit d9b5906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk/src/inscription/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export * from "./collection"
export * from "./commit"
export * from "./instant-buy"
export * from "./psbt"
export * from "./witness"
export * from "./types"
export * from "./witness"

0 comments on commit d9b5906

Please sign in to comment.