public class TransactionReceipt extends Object
| 构造器和说明 |
|---|
TransactionReceipt() |
TransactionReceipt(String transactionHash,
String transactionIndex,
String blockHash,
String blockNumber,
String cumulativeGasUsed,
String gasUsed,
String contractAddress,
String root,
String status,
String from,
String to,
List<Log> logs,
String logsBloom,
String revertReason,
String type,
String effectiveGasPrice) |
TransactionReceipt(String transactionHash,
String transactionIndex,
String blockHash,
String blockNumber,
String cumulativeGasUsed,
String gasUsed,
String contractAddress,
String root,
String status,
String from,
String to,
List<Log> logs,
String logsBloom,
String revertReason,
String type,
String effectiveGasPrice,
String blobGasPrice,
String blobGasUsed) |
public TransactionReceipt()
public TransactionReceipt(String transactionHash, String transactionIndex, String blockHash, String blockNumber, String cumulativeGasUsed, String gasUsed, String contractAddress, String root, String status, String from, String to, List<Log> logs, String logsBloom, String revertReason, String type, String effectiveGasPrice)
public TransactionReceipt(String transactionHash, String transactionIndex, String blockHash, String blockNumber, String cumulativeGasUsed, String gasUsed, String contractAddress, String root, String status, String from, String to, List<Log> logs, String logsBloom, String revertReason, String type, String effectiveGasPrice, String blobGasPrice, String blobGasUsed)
public String getTransactionHash()
public void setTransactionHash(String transactionHash)
public BigInteger getTransactionIndex()
public void setTransactionIndex(String transactionIndex)
public String getTransactionIndexRaw()
public String getBlockHash()
public void setBlockHash(String blockHash)
public BigInteger getBlockNumber()
public void setBlockNumber(String blockNumber)
public String getBlockNumberRaw()
public BigInteger getCumulativeGasUsed()
public void setCumulativeGasUsed(String cumulativeGasUsed)
public String getCumulativeGasUsedRaw()
public BigInteger getGasUsed()
public void setGasUsed(String gasUsed)
public String getGasUsedRaw()
public String getContractAddress()
public void setContractAddress(String contractAddress)
public String getRoot()
public void setRoot(String root)
public String getStatus()
public void setStatus(String status)
public boolean isStatusOK()
public String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public String getLogsBloom()
public void setLogsBloom(String logsBloom)
public String getRevertReason()
public void setRevertReason(String revertReason)
public String getType()
public void setType(String type)
public String getEffectiveGasPrice()
public void setEffectiveGasPrice(String effectiveGasPrice)
public String getBlobGasPrice()
public void setBlobGasPrice(String blobGasPrice)
public String getBlobGasUsed()
public void setBlobGasUsed(String blobGasUsed)
Copyright © 2025. All rights reserved.