Top Level Namespace
Defined Under Namespace
Modules: Shilling Classes: Bank, Block, Blockchain, Cache, Node, Pool, Transaction, Wallet
Constant Summary collapse
- Ledger =
add convenience top-level shortcut / alias
LedgerLite::Ledger
- 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/shilling.rb', line 9 require 'optparse' |