8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$kmdClient = new KmdClient('127.0.0.1', 'YOUR-API-KEY'); $algorand = new Algorand($algodClient, $indexerClient, $kdmClient);
Please change the spell of $kdmClient to $kmdClient in second line (the third paramter).