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 b8d54f6 commit 585eba9Copy full SHA for 585eba9
Sources/Core/Transaction/EthereumTransaction.swift
@@ -178,7 +178,7 @@ public struct EthereumTransaction: CustomStringConvertible {
178
public func encodeAsDictionary(from: EthereumAddress? = nil) -> TransactionParameters? { self.envelope.encodeAsDictionary(from: from) }
179
180
/// - Returns: a raw bytestream of the transaction, encoded according to the transactionType
181
- func encode(for type: EncodeType = .transaction) -> Data? {
+ public func encode(for type: EncodeType = .transaction) -> Data? {
182
return self.envelope.encode(for: type)
183
}
184
0 commit comments