Skip to content

Commit 60750f4

Browse files
committed
fix: add comments
1 parent 2efbd03 commit 60750f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ts-sdk/whirlpool/src/transferLockedPosition.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export type TransferLockedPositionInstructions = {
3535
* Generates instructions to transfer a locked position.
3636
*
3737
* @param {SolanaRpc} rpc - The Solana RPC client.
38-
* @param {TransferLockedPositionParam} param - The parameters for transferring a locked position.
38+
* @param {Address} positionMintAddress - The address of the position mint.
39+
* @param {Address} receiver - The address of the receiver.
3940
* @param {TransactionSigner} [authority=FUNDER] - The authority for the transfer.
4041
* @returns {Promise<TransferLockedPositionInstructions>} - A promise that resolves to an object containing instructions.
4142
*

0 commit comments

Comments
 (0)