Skip to content

Commit

Permalink
feat(sdk): export orditsdkerror (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzzsk authored Dec 7, 2023
1 parent ae1670d commit d760025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export * from "./signatures"
export * from "./transactions"
export { PSBTBuilder } from "./transactions/PSBTBuilder"
export * from "./utils"
export { OrditSDKError } from "./utils/errors"
export { UTXOManager } from "./utxos"
export * from "./wallet"
export { Ordit } from "./wallet/Ordit"

0 comments on commit d760025

Please sign in to comment.