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 11a3c33 + ce9cd04 commit 76b3ebaCopy full SHA for 76b3eba
Sources/web3swift/Operations/ReadTransaction.swift
@@ -14,7 +14,7 @@ public class ReadOperation {
14
public var transaction: CodableTransaction
15
public var contract: EthereumContract
16
public var method: String
17
- public private (set) var data: Data?
+ public var data: Data? { transaction.data }
18
19
var web3: Web3
20
0 commit comments