getAccountByLogin method

  1. @override
Future<AccountV1> getAccountByLogin (
  1. String correlationId,
  2. String login
)
override

Gets an account by its login.

  • correlationId (optional) transaction id to trace execution through call chain.
  • login a login of account to be retrieved. Return Future that receives account or error.