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 8148750 commit 6757436Copy full SHA for 6757436
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