public method IAccountsManager.getAccount

Brief

Gets data of a particular account

Declaration

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

Details

See also: AccountInfo, IGetAccountCallback

Declared in IAccountsManager

back