Скелет написан

This commit is contained in:
Artem 2024-03-05 08:47:50 +03:00
parent ff5b3961a0
commit a50b9598e9

10
artemsbc.php Normal file
View File

@ -0,0 +1,10 @@
<?php
class artembc {}
function artembc_init() {}
function artembc_createbc() {}
function artembc_addtransaction() {}
function artembc_initblock() {}
function artembc_checkbc() {}
function artembc_getblock() {}
function artembc_getblocks() {}
?>