Skip to content

Commit

Permalink
Export RetrieveBtcStatusV2 (#504)
Browse files Browse the repository at this point in the history
# Motivation

It's convenient to be able to refer to this type.

# Changes

`export RetrieveBtcStatusV2`

# Tests

Used in an nns-dapp branch.

# Todos

- [ ] Add entry to changelog (if necessary).
not necessary
  • Loading branch information
dskloetd authored Dec 14, 2023
1 parent 493b01c commit a47a614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ckbtc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export type {
PendingUtxo,
RetrieveBtcOk,
RetrieveBtcStatus,
RetrieveBtcStatusV2,
Account as WithdrawalAccount,
} from "../candid/minter";
export * from "./enums/btc.enums";
Expand Down

0 comments on commit a47a614

Please sign in to comment.