We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5df8e2 commit 79886deCopy full SHA for 79886de
Sources/web3swift/Tokens/ERC20/ERC20BaseProperties.swift
@@ -9,7 +9,7 @@ import Foundation
9
10
/// Declares common properties of an [ERC-20](https://eips.ethereum.org/EIPS/eip-20) complient smart contract.
11
/// Default implementation of access to these properties is declared in the extension of this protocol.
12
-public protocol ERC20BaseProperties: Any {
+public protocol ERC20BaseProperties: AnyObject {
13
var basePropertiesProvider: ERC20BasePropertiesProvider { get }
14
var contract: Web3.Contract { get }
15
var name: String? { get }
0 commit comments