Scan Tokens Response Item
data class ScanTokensResponseItem(val address: String, val chain: String? = null, val evmChainId: String? = null, val reputation: ScanTokensReputation? = null)
Constructors
Link copied to clipboard
constructor(address: String, chain: String? = null, evmChainId: String? = null, reputation: ScanTokensReputation? = null)