public class QueryTransactionResponse extends Response
| 构造器和说明 |
|---|
QueryTransactionResponse() |
QueryTransactionResponse(Transaction transaction,
BigInteger blockNumber,
int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
BigInteger |
getBlockNumber() |
int |
getIndex()
Getter method for property index.
|
Transaction |
getTransaction()
Getter method for property transaction.
|
void |
setBlockNumber(BigInteger blockNumber) |
void |
setIndex(int index)
Setter method for property index.
|
void |
setTransaction(Transaction transaction)
Setter method for property transaction.
|
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 QueryTransactionResponse()
public QueryTransactionResponse(Transaction transaction, BigInteger blockNumber, int index)
public Transaction getTransaction()
public void setTransaction(Transaction transaction)
transaction - value to be assigned to property transactionpublic BigInteger getBlockNumber()
public void setBlockNumber(BigInteger blockNumber)
public int getIndex()
public void setIndex(int index)
index - value to be assigned to property indexpublic byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.