public class ReplayTransactionRequest extends Request
groupId, hashTypeEnum| 构造器和说明 |
|---|
ReplayTransactionRequest() |
ReplayTransactionRequest(Hash nodeId,
Hash txHash) |
ReplayTransactionRequest(Hash nodeId,
Hash txHash,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
Hash |
getNodeId() |
Hash |
getTxHash() |
boolean |
isValid() |
void |
setNodeId(Hash nodeId) |
void |
setTxHash(Hash txHash) |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
getGroupId, getSequenceId, getTraceId, isSetGroupId, setGroupId, setHashTypeEnum, setSequenceId, setTraceIdgetMessageType, setMessageType, toStringpublic ReplayTransactionRequest(Hash nodeId, Hash txHash, BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public ReplayTransactionRequest()
public Hash getNodeId()
public void setNodeId(Hash nodeId)
public Hash getTxHash()
public void setTxHash(Hash txHash)
public byte[] toRlp()
Requestpublic void toJson(com.alibaba.fastjson.JSONObject jsonObject)
RequestCopyright © 2022. All rights reserved.