public class QueryTransactionReceiptResponse extends Response
| 构造器和说明 |
|---|
QueryTransactionReceiptResponse() |
QueryTransactionReceiptResponse(TransactionReceipt receipt,
BigInteger blockNumber,
int txIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
BigInteger |
getBlockNumber() |
TransactionReceipt |
getTransactionReceipt() |
int |
getTxIndex() |
void |
setBlockNumber(BigInteger blockNumber) |
void |
setTransactionReceipt(TransactionReceipt transactionReceipt) |
void |
setTxIndex(int txIndex) |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
getErrorCode, getExceptionMessage, getGroupId, getSequenceId, getTraceId, isSuccess, setErrorCode, setExceptionMessage, setGroupId, setSequenceId, setTraceIdgetMessageType, setMessageType, toStringpublic QueryTransactionReceiptResponse()
public QueryTransactionReceiptResponse(TransactionReceipt receipt, BigInteger blockNumber, int txIndex)
public TransactionReceipt getTransactionReceipt()
public void setTransactionReceipt(TransactionReceipt transactionReceipt)
public BigInteger getBlockNumber()
public void setBlockNumber(BigInteger blockNumber)
public int getTxIndex()
public void setTxIndex(int txIndex)
public byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.