Skip to content

Commit

Permalink
refator: add PublicKey type for jsdocs in type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylonikolov7 committed Jul 30, 2024
1 parent baa02ed commit a3417c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/token/TokenRejectFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import TokenDissociateTransaction from "../token/TokenDissociateTransaction.js";
* @typedef {import("../transaction/TransactionResponse.js").default} TransactionResponse
* @typedef {import("../token/TokenId.js").default} TokenId
* @typedef {import("../token/NftId.js").default} NftId
*
* @typedef {import("../SignerSignature.js").PublicKey} PublicKey
*/

/**
Expand Down Expand Up @@ -176,7 +176,7 @@ export default class TokenRejectFlow {

/**
*
* @param {import("../SignerSignature.js").PublicKey} publicKey
* @param {PublicKey} publicKey
* @param {((message: Uint8Array) => Promise<Uint8Array>)} signer
* @returns {this}
*/
Expand Down

0 comments on commit a3417c8

Please sign in to comment.