accountByAddress

suspend fun Server.accountByAddress(accountAddress: String): AccountResponse

Fetch account information from the Stellar network.

Return

Account response object

Parameters

accountAddress

Stellar address of the account

Throws