CreateVerifyProfileEntityDataOperationArgs: {
    args: VerifyProfileEntityDataArgs;
    merkleTree: web3.PublicKey;
    profile: IdentityProfile;
    programId?: web3.PublicKey;
}

Represents the arguments required to create a VerifyProfileEntityData operation.

Type declaration

Generated using TypeDoc