With this method you can set the network where you create and search your certificates.
public function setNetwork(string $network): bool
$network
String
use Circularprotocol\Circularenterpriseapis\CEP_Account; //... $account->setNetwork("mainnet"); //Chose between mainnet, testnet and devenet //...
Last updated 10 days ago