We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a893bf8 commit a556b9dCopy full SHA for a556b9d
Sources/web3swift/Transaction/EnvelopeFactory.swift
@@ -9,8 +9,6 @@ import BigInt
9
10
/// Utility class for creating transaction envelopes. Generally not used directly, but are used by EthereumTransaction
11
public struct EnvelopeFactory {
12
- private init?() { return nil }
13
-
14
// Transaction factory function to create a new transaction with the correct internal envelope
15
// from a raw transaction stream of bytes
16
/// create a transaction envelope from a raw bytestream
0 commit comments