CreateAddProfileDataOperationArgs: {
    args: AddProfileDataArgs;
    merkleTree?: web3.PublicKey;
    profile: web3.PublicKey;
    programId?: web3.PublicKey;
    project: HoneycombProject;
}

Represents the arguments required to create an AddProfileData operation.

Type declaration

Generated using TypeDoc