CreateModifyProfileDataOperationArgs: {
    args: ModifyProfileDataArgs;
    merkleTree?: web3.PublicKey;
    profile: IdentityProfile;
    programId?: web3.PublicKey;
}

Represents the arguments required to create a ModifyProfileData operation.

Type declaration

Generated using TypeDoc