10 lines
245 B
PHP
10 lines
245 B
PHP
<?php
|
|
class artembc {}
|
|
function artembc_init() {}
|
|
function artembc_createbc() {}
|
|
function artembc_addtransaction() {}
|
|
function artembc_initblock() {}
|
|
function artembc_checkbc() {}
|
|
function artembc_getblock() {}
|
|
function artembc_getblocks() {}
|
|
?>
|