public class Client extends Object
| Constructor and Description |
|---|
Client(String apiKey,
String creator,
String created,
String nonce,
String privateKey,
String address) |
Client(String apiKey,
String creator,
String created,
String nonce,
String privateKey,
String address,
String routeTag)
new Client
|
| Modifier and Type | Method and Description |
|---|---|
String |
GetAddress() |
String |
GetApiKey() |
String |
GetCertPath() |
String |
GetCreated() |
String |
GetCreator() |
Boolean |
GetEnableCrypto() |
com.alibaba.fastjson.JSONObject |
getEntParams() |
String |
GetNonce() |
String |
GetPrivateB64() |
String |
GetRouteTag() |
void |
SetRouteTag(String routeTag) |
public Client(String apiKey, String creator, String created, String nonce, String privateKey, String address, String routeTag)
apiKey - **apikey** is set to the API access key applied on `ChainConsole`
management pagecreator - the enterprise's wallet didcreated - the enterprise's wallet creatednonce - the enterprise's wallet nonceprivateKey - the enterprise's wallet private key base64address - **Address** is the IP address of the BAAS server entrance.routeTag - route tag. default for "wallet-ng"public String GetAddress()
public String GetApiKey()
public String GetRouteTag()
public void SetRouteTag(String routeTag)
public String GetCertPath()
public String GetCreator()
public String GetCreated()
public String GetNonce()
public String GetPrivateB64()
public Boolean GetEnableCrypto()
public com.alibaba.fastjson.JSONObject getEntParams()
Copyright © 2018. All rights reserved.