@tributary-so/sdk
    Preparing search index...

    Interface Metadata

    Simplified metadata structure for easier consumption.

    interface Metadata {
        collection: Collection | null;
        data: {
            creators: Creator[] | null;
            name: string;
            sellerFeeBasisPoints: number;
            symbol: string;
            uri: string;
        };
        isMutable: boolean;
        mint: PublicKey;
        primarySaleHappened: boolean;
    }
    Index

    Properties

    collection: Collection | null
    data: {
        creators: Creator[] | null;
        name: string;
        sellerFeeBasisPoints: number;
        symbol: string;
        uri: string;
    }
    isMutable: boolean
    mint: PublicKey
    primarySaleHappened: boolean