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.
transaction
1 parent 08daa88 commit ce9cd04Copy full SHA for ce9cd04
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