UpdateMetadataInstructionArgs: {
    currentMetadata: MetadataArgsArgs;
    index: number;
    nonce: number | bigint;
    proof: undefined | PublicKey<string>[];
    root: Uint8Array;
    updateArgs: UpdateArgsArgs;
}

Type declaration

Generated using TypeDoc