For the complete documentation index, see llms.txt. This page is also available as Markdown.

CEP_Account.setNetwork()

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

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