public method IAccountsManager.getAccountGets data of a particular account
Declaration
protojavascriptjavacsharppublic getAccount(accountInfo : AccountInfo, getAccountCallback : IGetAccountCallback) : void
| Parameters | |
accountInfo |
The information of a particular account |
getAccountCallback |
An interface that defines a callback method for handling the data of a particular account |
See also: AccountInfo, IGetAccountCallback
Declared in IAccountsManager