CreateUpdateUserOperationArgs: {
    args: UpdateUserArgsChain;
    env?: string;
    programId?: web3.PublicKey;
    user: web3.PublicKey;
}

Represents the arguments required to create an UpdateUser operation.

Type declaration

  • args: UpdateUserArgsChain
  • Optional env?: string
  • Optional programId?: web3.PublicKey
  • user: web3.PublicKey

Generated using TypeDoc