Module: CardanoWallet::Shelley

Defined in:
lib/cardano_wallet/shelley.rb

Overview

Init API for Shelley

Examples:

@cw = CardanoWallet.new
@cw.shelley # API for Shelley

Defined Under Namespace

Classes: Addresses, Assets, CoinSelections, Init, Keys, Migrations, StakePools, Transactions, Wallets

Class Method Summary collapse

Class Method Details

.new(opt) ⇒ Object



9
10
11
# File 'lib/cardano_wallet/shelley.rb', line 9

def self.new(opt)
  Init.new opt
end