public method IAccountsManager.getAccountById

Brief

Gets data of a particular account by id

Declaration

protojavascriptjavacsharp
public 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

Details

See also: Account

Declared in IAccountsManager

back