Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateMetadataAccountArgsV3Args

    type CreateMetadataAccountArgsV3Args = {
        collectionDetails: OptionOrNullable<number>;
        data: DataV2Args;
        isMutable: boolean;
    }
    Index
    collectionDetails: OptionOrNullable<number>

    UNUSED If this is a collection parent NFT.

    Note that unique metadata is disabled for now.

    isMutable: boolean

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