public method IAccountsManager.getAccountByIdGets data of a particular account by id
Declaration
protojavascriptjavacsharppublic getAccountById(accountId : string) : Account
| Parameters | |
accountId |
The parameter represents the unique identification number for the account |
Returns
The method returns the data of a particular account by id
See also: Account
Declared in IAccountsManager