UpdateMetadataV2InstructionDataArgs: {
    assetDataHash: OptionOrNullable<Uint8Array>;
    currentMetadata: MetadataArgsV2Args;
    flags: OptionOrNullable<number>;
    index: number;
    nonce: number | bigint;
    root: Uint8Array;
    updateArgs: UpdateArgsArgs;
}

Type declaration

Generated using TypeDoc