• Fetches the login details of an account

    Parameters

    • connection: Connection

      the client to use when calling the blockchain

    • accountId: Buffer

      the id of the account for which to fetch login details

    • loginConfig: LoginConfigOptions

      the config to use when fetching login details

    Returns Promise<LoginDetails>