Helius SDK - v2.2.2
    Preparing search index...

    Variable InterfaceConst

    Interface: {
        CUSTOM: string;
        EXECUTABLE: string;
        FUNGIBLE_ASSET: string;
        FUNGIBLE_TOKEN: string;
        IDENTITY: string;
        LEGACY_NFT: string;
        MPL_CORE_ASSET: string;
        PROGRAMMABLE_NFT: string;
        V1_NFT: string;
        V1_PRINT: string;
        V2_NFT: string;
    } = ...

    Asset interface type — identifies the on-chain program standard.

    Type Declaration

    • CUSTOM: string
    • EXECUTABLE: string
    • FUNGIBLE_ASSET: string
    • FUNGIBLE_TOKEN: string
    • IDENTITY: string
    • LEGACY_NFT: string
    • MPL_CORE_ASSET: string
    • PROGRAMMABLE_NFT: string
    • V1_NFT: string
    • V1_PRINT: string
    • V2_NFT: string