MetadataAccountData: {
    collection: Option<Collection>;
    collectionDetails: Option<CollectionDetails>;
    creators: Option<Creator[]>;
    editionNonce: Option<number>;
    isMutable: boolean;
    key: Key;
    mint: PublicKey;
    name: string;
    primarySaleHappened: boolean;
    programmableConfig: Option<ProgrammableConfig>;
    sellerFeeBasisPoints: number;
    symbol: string;
    tokenStandard: Option<TokenStandard>;
    updateAuthority: PublicKey;
    uri: string;
    uses: Option<Uses>;
}

Type declaration

Generated using TypeDoc