Swift Structure
struct GetBalanceQueryParams
init(walletLocator: WalletLocator, token: CryptoCurrency, chain: Chain)
init(walletLocator: WalletLocator, tokens: [CryptoCurrency], chains: [AnyChain] = [])
Was this page helpful?