Class Config

java.lang.Object
org.fisco.bcos.sdk.config.Config

public class Config
extends java.lang.Object
Config is to load config file and verify.
  • Constructor Summary

    Constructors 
    Constructor Description
    Config()  
  • Method Summary

    Modifier and Type Method Description
    static ConfigOption load​(java.lang.String tomlConfigFile)  
    static ConfigOption load​(java.lang.String tomlConfigFile, int cryptoType)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details