get Coins
abstract suspend fun getCoins(address: AccountAddress, first: Int? = null, cursor: String? = null, type: String? = null): Option<Coins>
Get coins for an address
Return
Parameters
address
The address to get coins for
first
The number of coins to get
cursor
The cursor to get coins from
type
The type of coins to get