CEP_Account.setNetwork()

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

Function Signature

public function setNetwork(string $network): bool

Parameters

Parameter Name
Datatype

$network

String

Example

use Circularprotocol\Circularenterpriseapis\CEP_Account;

//...
$account->setNetwork("mainnet"); //Chose between mainnet, testnet and devenet
//...

Last updated