lookupAccountByAddress
lookupAccountByAddress(
accountAddress,indexer):Promise<AccountResponse>
Defined in: src/indexer-lookup.ts:26
Parameters
accountAddress
The address of the account to look up
string | Address
indexer
IndexerClient
An indexer client
Returns
Promise<AccountResponse>
The result of the look-up