CEP_Account.setBlockchain()
With this method you can set the blockchain where you create and search your certificates.
Function Signature
public function setBlockchain(string $blockchain): bool
Parameters
Parameter Name
Datatype
$blockchain
String
Example
use Circularprotocol\Circularenterpriseapis\CEP_Account;
//...
$account->setBlockchain("blockchain_address");
//...
Last updated