Coda by Ian Macalinao
    Preparing search index...
    type MintV2InstructionData = {
        assetData: Option<ReadonlyUint8Array>;
        assetDataSchema: Option<AssetDataSchema>;
        discriminator: ReadonlyUint8Array;
        metadataArgs: MetadataArgsV2;
    }
    Index

    Properties

    assetData: Option<ReadonlyUint8Array>

    Optional raw asset data blob to associate with the newly minted asset. Reserved for future use.

    assetDataSchema: Option<AssetDataSchema>

    Schema describing the format of assetData. Reserved for future use.

    discriminator: ReadonlyUint8Array
    metadataArgs: MetadataArgsV2

    Metadata for the newly minted LeafSchema V2 asset.