getCoins

open suspend override fun getCoins(address: AccountAddress, first: Int?, cursor: String?, type: String?): Option<Coins>

Get coins for an address

Return

An Option of nullable Coins

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