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

Commit 60b5b92

Browse files
authored
Merge pull request #233 from zeriontech/feature/addEmptyBytesPublicConstructor
Add EmptyBytes public constructor
2 parents 0c759e5 + b3a9d16 commit 60b5b92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Web3Swift/BytesScalar/EmptyBytes.swift

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ import Foundation
1313
/** Just empty bytes */
1414
public final class EmptyBytes: BytesScalar {
1515

16+
/**
17+
Ctor
18+
*/
19+
public init() {
20+
}
21+
1622
/**
1723
- returns:
1824
Empty bytes as `Data`

0 commit comments

Comments
 (0)