Skip to content

Commit fbba863

Browse files
chore: docs added to ERC20BaseProperties
1 parent 9ada946 commit fbba863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/web3swift/Tokens/ERC20/ERC20BaseProperties.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
import Foundation
99

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.
1012
public protocol ERC20BaseProperties: AnyObject {
1113
var basePropertiesProvider: ERC20BasePropertiesProvider { get }
1214
var contract: Web3.Contract { get }

0 commit comments

Comments
 (0)