Spaces:
Running
Running
| """Virtual Blockchain Module""" | |
| from .virtual_ledger import ( | |
| VirtualLedger, | |
| Block, | |
| Transaction, | |
| ) | |
| __all__ = [ | |
| "VirtualLedger", | |
| "Block", | |
| "Transaction", | |
| ] | |
| """Virtual Blockchain Module""" | |
| from .virtual_ledger import ( | |
| VirtualLedger, | |
| Block, | |
| Transaction, | |
| ) | |
| __all__ = [ | |
| "VirtualLedger", | |
| "Block", | |
| "Transaction", | |
| ] | |