• Registers an account.

    Will emit events when the transaction is built, and when it is sent (containing the transaction RID).

    Parameters

    Returns Web3PromiEvent<SessionWithLogout, {
        built: SignedTransaction;
        sent: Buffer;
    }>