Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Dec 14, 2023
1 parent ec44597 commit 36a69dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ckbtc/src/minter.canister.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export class CkBTCMinterCanister extends Canister<CkBTCMinterService> {
*
* @param {bigint} transactionId The ID of the corresponding burn transaction.
* @param {boolean} certified query or update call
* @returns {Promise<RetrieveBtcStatus>} The status of the BTC retrieval request.
*/
retrieveBtcStatus = async ({
transactionId,
Expand All @@ -193,8 +194,8 @@ export class CkBTCMinterCanister extends Canister<CkBTCMinterService> {
/**
* Returns the status of all BTC withdrawals for the user's main account.
*
* @param {bigint} transactionId The ID of the corresponding burn transaction.
* @param {boolean} certified query or update call
* @returns {Promise<RetrieveBtcStatusV2WithId[]>} The statuses of the BTC retrieval requests.
*/
retrieveBtcStatusV2ByAccount = async ({
certified,
Expand Down

0 comments on commit 36a69dc

Please sign in to comment.