public class AttributeRwSet extends MychainObject
| 构造器和说明 |
|---|
AttributeRwSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
List<Map<String,String>> |
getReadSet() |
List<Map<String,String>> |
getWriteSet() |
void |
setReadSet(List<Map<String,String>> readSet) |
void |
setWriteSet(List<Map<String,String>> writeSet) |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
toStringpublic 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.