Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit d27f421

Browse files
authored
Merge pull request #239 from zeriontech/feature/ZeroPublic
Add Zero public init
2 parents 60b5b92 + 868f5f6 commit d27f421

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Web3Swift/NumberScalar/Zero.swift

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ import Foundation
1414
public final class Zero: BytesScalar {
1515

1616
private let zero: BytesScalar = EthNumber(value: 0)
17+
18+
/**
19+
Ctor
20+
*/
21+
public init() {
22+
}
1723

1824
/**
1925
- returns:

0 commit comments

Comments
 (0)