The NFT mint's public key.
Optional
programId: PublicKeyThe program ID for the staking pool program. Default is PROGRAM_ID.
The generated Program Derived Address.
const mintPublicKey = new web3.PublicKey("..."); // Replace with actual NFT mint public key
const depositPda = getDepositPda(mintPublicKey);
Generated using TypeDoc
Generates a Program Derived Address for a deposit based on the NFT mint's public key.