Get Assets By Chain Response
data class GetAssetsByChainResponse(val nativeBalance: NativeBalance, val tokenBalances: List<TokenBalance> = emptyList<TokenBalance>(), val nfts: List<GetNftAssetsByChainResponse> = emptyList<GetNftAssetsByChainResponse>(), val error: String? = null)
Constructors
Link copied to clipboard
constructor(nativeBalance: NativeBalance, tokenBalances: List<TokenBalance> = emptyList<TokenBalance>(), nfts: List<GetNftAssetsByChainResponse> = emptyList<GetNftAssetsByChainResponse>(), error: String? = null)