The Honeycomb instance used for fetching staked NFTs.
Optional
args: FetchStakedNftsArgsOptional arguments for fetching staked NFTs.
A promise that resolves to an array of StakedNft instances representing the staked NFTs.
const honeycomb = new Honeycomb(...);
const stakedNFTs = await fetchStakedNfts(honeycomb, {
walletAddress: 'YOUR_WALLET_ADDRESS',
programId: 'YOUR_PROGRAM_ID',
});
Generated using TypeDoc
Fetches staked NFTs for a given
walletAddress
from the staking pool.