Top Level Namespace
Defined Under Namespace
Modules: Centralbank Classes: Bank, Block, Blockchain, Cache, Ledger, Node, Pool, Transaction, Wallet
Constant Summary collapse
- Tx =
class Transaction
Transaction
Instance Method Summary collapse
-
#optparse ⇒ Object
note: used for command line tool (see Tool in tool.rb).
Instance Method Details
#optparse ⇒ Object
note: used for command line tool (see Tool in tool.rb)
9 |
# File 'lib/centralbank.rb', line 9 require 'optparse' |