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

Commit

Permalink
Merge pull request #233 from zeriontech/feature/addEmptyBytesPublicCo…
Browse files Browse the repository at this point in the history
…nstructor

Add EmptyBytes public constructor
  • Loading branch information
rockfridrich authored Jul 7, 2020
2 parents 0c759e5 + b3a9d16 commit 60b5b92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Web3Swift/BytesScalar/EmptyBytes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ import Foundation
/** Just empty bytes */
public final class EmptyBytes: BytesScalar {

/**
Ctor
*/
public init() {
}

/**
- returns:
Empty bytes as `Data`
Expand Down

0 comments on commit 60b5b92

Please sign in to comment.