Coda by Ian Macalinao
    Preparing search index...
    interface CreateMetadataAccountArgsV3 {
        collectionDetails: Option<number>;
        data: DataV2;
        isMutable: boolean;
    }
    Index

    Properties

    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.