getAccountCoinsCount

abstract suspend fun getAccountCoinsCount(accountAddress: AccountAddressInput, minimumLedgerVersion: Long? = null): Option<Int>

Queries the current count of an account's coins aggregated

Parameters

accountAddress

The account address we want to get the total count for

minimumLedgerVersion

Optional ledger version to sync up to, before querying