• This function creates an InitializeUser operation using the specified Honeycomb instance and the provided arguments. The operation is used to initialize a new user in the associated Honeycomb project.

    The function calculates the user public key using the provided username and program ID. It also calculates the wallet resolver and DID data public keys using the program ID and the identity's address.

    Parameters

    Returns Promise<{
        operation: Operation;
        user: web3.PublicKey;
    }>

    An object containing the operation and user information.

Generated using TypeDoc