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 9ada946 commit fbba863Copy full SHA for fbba863
Sources/web3swift/Tokens/ERC20/ERC20BaseProperties.swift
@@ -7,6 +7,8 @@
7
8
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: AnyObject {
13
var basePropertiesProvider: ERC20BasePropertiesProvider { get }
14
var contract: Web3.Contract { get }
0 commit comments