Skip to content

Commit 42a5026

Browse files
chore: added docs to ERC20BasePropertiesProvider
1 parent fbba863 commit 42a5026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/web3swift/Tokens/ERC20/ERC20BasePropertiesProvider.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import BigInt
99
import Foundation
1010

11+
/// The default implementation of access of common [ERC-20](https://eips.ethereum.org/EIPS/eip-20#methods) properties `name`, `symbol` and `decimals`.
1112
public final class ERC20BasePropertiesProvider {
1213
var name: String?
1314
var symbol: String?

0 commit comments

Comments
 (0)