This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
Artems_Blockchain-old/artemsbc.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() {}
?>