get Account Coin Amount
abstract suspend fun getAccountCoinAmount(accountAddress: AccountAddressInput, coinType: MoveValue.MoveStructId, minimumLedgerVersion: Long? = null): Option<Long>
Queries the account's coin amount by the coin type
Parameters
account Address
The account address we want to get the total count for
coin Type
The coin type to query
minimum Ledger Version
Optional ledger version to sync up to, before querying