From a90b4fb5aefa398ebf774d1f0b07bebaf1596fce Mon Sep 17 00:00:00 2001 From: antonnazarov Date: Tue, 30 Jun 2020 22:37:55 +0300 Subject: [PATCH] Add public EmptyBytes constructor --- Web3Swift/BytesScalar/EmptyBytes.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Web3Swift/BytesScalar/EmptyBytes.swift b/Web3Swift/BytesScalar/EmptyBytes.swift index 653f49f..c9070aa 100644 --- a/Web3Swift/BytesScalar/EmptyBytes.swift +++ b/Web3Swift/BytesScalar/EmptyBytes.swift @@ -13,6 +13,12 @@ import Foundation /** Just empty bytes */ public final class EmptyBytes: BytesScalar { + /** + Ctor + */ + public init() { + } + /** - returns: Empty bytes as `Data`