Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateMetadataAccountArgsV3

    type CreateMetadataAccountArgsV3 = {
        collectionDetails: Option<number>;
        data: DataV2;
        isMutable: boolean;
    }
    Index
    collectionDetails: Option<number>

    UNUSED If this is a collection parent NFT.

    data: DataV2

    Note that unique metadata is disabled for now.

    isMutable: boolean

    Whether you want your metadata to be changeable in the future.