public class BlockReceiptInfo extends MychainObject
| 构造器和说明 |
|---|
BlockReceiptInfo() |
BlockReceiptInfo(Hash blockHash,
List<TransactionReceipt> receipts) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
Hash |
getBlockHash() |
List<TransactionReceipt> |
getReceipts() |
void |
setBlockHash(Hash blockHash) |
void |
setReceipts(List<TransactionReceipt> receipts) |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
toStringpublic BlockReceiptInfo(Hash blockHash, List<TransactionReceipt> receipts)
public BlockReceiptInfo()
public Hash getBlockHash()
public void setBlockHash(Hash blockHash)
public List<TransactionReceipt> getReceipts()
public void setReceipts(List<TransactionReceipt> receipts)
public byte[] toRlp()
toRlp 在类中 MychainObjectpublic void fromRlp(RlpList list)
fromRlp 在类中 MychainObjectlist - the rlp bytespublic void toJson(com.alibaba.fastjson.JSONObject jsonObject)
toJson 在类中 MychainObjectjsonObject - the json objectpublic void fromJson(com.alibaba.fastjson.JSONObject jsonObject)
fromJson 在类中 MychainObjectjsonObject - the json objectCopyright © 2022. All rights reserved.