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

Commit

Permalink
Add Zero public init
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rtyMerr committed Jul 7, 2020
1 parent 60b5b92 commit 868f5f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Web3Swift/NumberScalar/Zero.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ import Foundation
public final class Zero: BytesScalar {

private let zero: BytesScalar = EthNumber(value: 0)

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

/**
- returns:
Expand Down

0 comments on commit 868f5f6

Please sign in to comment.