public class QueryRelatedTransactionListRequest extends Request
groupId, hashTypeEnum| 构造器和说明 |
|---|
QueryRelatedTransactionListRequest() |
QueryRelatedTransactionListRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
QueryRelatedTransactionListRequest(Identity receiverId,
long depositFlag,
long startIndex,
int size) |
QueryRelatedTransactionListRequest(Identity receiverId,
long depositFlag,
long startIndex,
int size,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
long |
getDepositFlag() |
Identity |
getReceiverId() |
int |
getSize() |
long |
getStartIndex() |
boolean |
isValid() |
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 QueryRelatedTransactionListRequest(Identity receiverId, long depositFlag, long startIndex, int size, BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public QueryRelatedTransactionListRequest(Identity receiverId, long depositFlag, long startIndex, int size)
public QueryRelatedTransactionListRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public QueryRelatedTransactionListRequest()
public Identity getReceiverId()
public long getDepositFlag()
public long getStartIndex()
public int getSize()
public byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.