CEP_Account.setNetwork()

With this method you can set the network where you create and search your certificates.

Function Signature

public String setNetwork(String network) throws Exception

Parameters

Parameter Name
Datatype

network

String

Example

//...
account.setNetwork("testnet"); // Use testnet, mainnet or devenet
//...

Last updated