Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-fireblocks committed Dec 15, 2024
1 parent dba5b92 commit 96b3abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ncw-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface NcwSdk {


/**
* Get NCW wallet devices
* Get NCW wallet's device
*
* @param {string} walletId
* @param {string} deviceId
Expand All @@ -52,7 +52,7 @@ export interface NcwSdk {
getWalletDevice(walletId: string, deviceId: string): Promise<NCW.Device>;

/**
* Get NCW wallet devices
* Get NCW wallet's devices
*
* @param {string} walletId
* @return {*} {Promise<NCW.Device>}
Expand Down

0 comments on commit 96b3abd

Please sign in to comment.