We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efbd03 commit 60750f4Copy full SHA for 60750f4
ts-sdk/whirlpool/src/transferLockedPosition.ts
@@ -35,7 +35,8 @@ export type TransferLockedPositionInstructions = {
35
* Generates instructions to transfer a locked position.
36
*
37
* @param {SolanaRpc} rpc - The Solana RPC client.
38
- * @param {TransferLockedPositionParam} param - The parameters for transferring a locked position.
+ * @param {Address} positionMintAddress - The address of the position mint.
39
+ * @param {Address} receiver - The address of the receiver.
40
* @param {TransactionSigner} [authority=FUNDER] - The authority for the transfer.
41
* @returns {Promise<TransferLockedPositionInstructions>} - A promise that resolves to an object containing instructions.
42
0 commit comments