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 01f3a86 commit dfa34e7Copy full SHA for dfa34e7
Sources/web3swift/Tokens/ERC1376/Web3+ERC1376.swift
@@ -18,14 +18,14 @@ public enum IERC1376DelegateMode: UInt {
18
}
19
20
public struct DirectDebitInfo {
21
- let amount: BigUInt
22
- let startTime: BigUInt
23
- let interval: BigUInt
+ public let amount: BigUInt
+ public let startTime: BigUInt
+ public let interval: BigUInt
24
25
26
public struct DirectDebit {
27
- let info: DirectDebitInfo
28
- let epoch: BigUInt
+ public let info: DirectDebitInfo
+ public let epoch: BigUInt
29
30
31
extension DirectDebit: Hashable {
0 commit comments