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.
2 parents c255819 + 6757436 commit c232d91Copy full SHA for c232d91
web3swift/Transaction/Classes/EthereumTransaction.swift
@@ -274,7 +274,7 @@ public struct EthereumTransaction: CustomStringConvertible {
274
return transaction
275
}
276
277
- static func fromRaw(_ raw: Data) -> EthereumTransaction? {
+ public static func fromRaw(_ raw: Data) -> EthereumTransaction? {
278
guard let totalItem = RLP.decode(raw) else {return nil}
279
guard let rlpItem = totalItem[0] else {return nil}
280
switch rlpItem.count {
0 commit comments