SetCollectionV2InstructionArgs: {
    assetDataHash: undefined | OptionOrNullable<Uint8Array>;
    flags: undefined | OptionOrNullable<number>;
    index: number;
    metadata: MetadataArgsV2Args;
    nonce: number | bigint;
    proof: undefined | PublicKey<string>[];
    root: Uint8Array;
}

Type declaration

Generated using TypeDoc