Coda by Ian Macalinao
    Preparing search index...

    Type Alias MintV2InstructionDataArgs

    type MintV2InstructionDataArgs = {
        assetData: OptionOrNullable<ReadonlyUint8Array>;
        assetDataSchema: OptionOrNullable<AssetDataSchemaArgs>;
        metadataArgs: MetadataArgsV2Args;
    }
    Index
    assetData: OptionOrNullable<ReadonlyUint8Array>

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

    assetDataSchema: OptionOrNullable<AssetDataSchemaArgs>

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

    metadataArgs: MetadataArgsV2Args

    Metadata for the newly minted LeafSchema V2 asset.