Optional
tokenThe explicit token account to fetch with the NFT or SFT.
If provided, and if that address is valid, the NFT or SFT returned
will be of the type NftWithToken
or SftWithToken
respectively.
Alternatively, you may use the tokenOwner
parameter to fetch the
associated token account.
Defaults to not fetching the token account.
Optional
tokenThe associated token account to fetch with the NFT or SFT.
If provided, and if that account exists, the NFT or SFT returned
will be of the type NftWithToken
or SftWithToken
respectively.
Alternatively, you may use the tokenAddress
parameter to fetch the
token account at an explicit address.
Defaults to not fetching the associated token account.
Optional
loadWhether or not we should fetch the JSON Metadata for the NFT or SFT.
true
Generated using TypeDoc
The address of the mint account.