CreateRemoveProfileDataArgs: {
    args: RemoveProfileDataArgs;
    merkleTree?: web3.PublicKey;
    profile: IdentityProfile;
    programId?: web3.PublicKey;
}

Represents the arguments required to create a RemoveProfileData operation.

Type declaration

Generated using TypeDoc