Skip to content

Commit

Permalink
deviceId param to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-fireblocks committed Dec 15, 2024
1 parent 7c191ff commit dba5b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ncw-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export interface NcwSdk {
* Get NCW wallet devices
*
* @param {string} walletId
* @param {string} deviceId
* @return {*} {Promise<NCW.Device>}
*/
getWalletDevice(walletId: string, deviceId: string): Promise<NCW.Device>;
Expand Down

0 comments on commit dba5b92

Please sign in to comment.