Fetch all available NFTs that can be staked in the staking pool.
Optional
walletAddress: PublicKeyThe address of the wallet to fetch available NFTs for.
A Promise that resolves with an array of available NFTs.
Fetch data for a specific NFT mint.
The address of the NFT mint.
A Promise that resolves with the NFT data.
Fetch rewards data for a list of staked NFTs.
An array of staked NFTs for which rewards data is to be fetched.
A Promise that resolves with an array of rewards data.
Generated using TypeDoc
Represents the API for fetching data related to staking pools and NFTs.