Rpc Transaction Receipt
@Serializable
Transaction receipt from eth_getTransactionReceipt.
Constructors
Link copied to clipboard
constructor(transactionHash: String, transactionIndex: String, blockHash: String, blockNumber: String, from: String, to: String? = null, cumulativeGasUsed: String, gasUsed: String, effectiveGasPrice: String, contractAddress: String? = null, logs: List<RpcLog>, logsBloom: String, status: String, type: String? = null, l1Fee: String? = null, l1GasPrice: String? = null, l1GasUsed: String? = null)