Type alias FindNftByTokenInput

FindNftByTokenInput: {
    token: PublicKey;
    loadJsonMetadata?: boolean;
}

Type declaration

  • token: PublicKey

    The address of the token account.

  • Optional loadJsonMetadata?: boolean

    Whether or not we should fetch the JSON Metadata for the NFT or SFT.

    Default Value

    true

Generated using TypeDoc