Module: CardanoWallet
- Defined in:
- lib/cardano_wallet.rb,
lib/cardano_wallet/base.rb,
lib/cardano_wallet/misc.rb,
lib/cardano_wallet/byron.rb,
lib/cardano_wallet/utils.rb,
lib/cardano_wallet/shared.rb,
lib/cardano_wallet/shelley.rb,
lib/cardano_wallet/version.rb
Overview
Main module. Go to Base#initialize for more details no how to start.
Defined Under Namespace
Modules: Byron, Misc, Shared, Shelley, Utils Classes: Base
Constant Summary collapse
- VERSION =
'0.4.2'
Class Method Summary collapse
Class Method Details
.new(options = {}) ⇒ Object
17 18 19 |
# File 'lib/cardano_wallet.rb', line 17 def self.new( = {}) CardanoWallet::Base.new() end |