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 #239 from zeriontech/feature/ZeroPublic
Browse files Browse the repository at this point in the history
Add Zero public init
  • Loading branch information
rockfridrich authored Jul 8, 2020
2 parents 60b5b92 + 868f5f6 commit d27f421
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 d27f421

Please sign in to comment.