public class RwSet extends MychainObject
| 构造器和说明 |
|---|
RwSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
AttributeRwSet |
getAttributeRwSet() |
StorageRwSet |
getStorageRwSet() |
void |
setAttributeRwSet(AttributeRwSet attributeRwSet) |
void |
setStorageRwSet(StorageRwSet storageRwSet) |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
toStringpublic StorageRwSet getStorageRwSet()
public void setStorageRwSet(StorageRwSet storageRwSet)
public AttributeRwSet getAttributeRwSet()
public void setAttributeRwSet(AttributeRwSet attributeRwSet)
public byte[] toRlp()
MychainObjecttoRlp 在类中 MychainObjectpublic void fromRlp(RlpList list)
MychainObjectfromRlp 在类中 MychainObjectlist - the rlp bytespublic void toJson(com.alibaba.fastjson.JSONObject jsonObject)
MychainObjecttoJson 在类中 MychainObjectjsonObject - the json objectpublic void fromJson(com.alibaba.fastjson.JSONObject jsonObject)
MychainObjectfromJson 在类中 MychainObjectjsonObject - the json objectCopyright © 2022. All rights reserved.