getInfo

suspend fun getInfo(accountAddress: String, serverInstance: Server = server): AccountResponse

Get account information from the Stellar network.

Return

formatted account information

Parameters

accountAddress

Stellar address of the account

serverInstance

optional Horizon server instance when default doesn't work

Throws