Type alias CreateAddProfileDataOperationArgs
CreateAddProfileDataOperationArgs: { args: AddProfileDataArgs; merkleTree?: web3.PublicKey; profile: web3.PublicKey; programId?: web3.PublicKey; project: HoneycombProject; }
Type declaration
-
-
Optional
merkleTree?: web3.PublicKey
-
profile: web3.PublicKey
-
Optional
programId?: web3.PublicKey
-
Represents the arguments required to create an AddProfileData operation.