public class ContractConfig extends MychainObject
| 构造器和说明 |
|---|
ContractConfig() |
ContractConfig(Map<String,String> configs) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONArray jsonArray)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
Map<String,String> |
getConfigs()
Getter method for property configs.
|
void |
toJson(com.alibaba.fastjson.JSONArray jsonArray)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
fromJson, toJson, toStringpublic Map<String,String> getConfigs()
public byte[] toRlp()
toRlp 在类中 MychainObjectpublic void fromRlp(RlpList list)
fromRlp 在类中 MychainObjectlist - the rlp bytespublic void toJson(com.alibaba.fastjson.JSONArray jsonArray)
jsonArray - the json objectpublic void fromJson(com.alibaba.fastjson.JSONArray jsonArray)
jsonArray - the json objectCopyright © 2022. All rights reserved.