Class SystemConfigService
java.lang.Object
org.fisco.bcos.sdk.contract.precompiled.sysconfig.SystemConfigService
public class SystemConfigService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SystemConfigService(Client client, CryptoKeyPair credential) -
Method Summary
Modifier and Type Method Description RetCodesetValueByKey(java.lang.String key, java.lang.String value)
-
Constructor Details
-
Method Details
-
setValueByKey
public RetCode setValueByKey(java.lang.String key, java.lang.String value) throws ContractException- Throws:
ContractException
-