Module: CardanoWallet::Shared

Defined in:
lib/cardano_wallet/shared.rb

Overview

Init API for Shelley Shared wallets

Examples:

@cw = CardanoWallet.new
@cw.shared # API for Shared

Defined Under Namespace

Classes: Addresses, Init, Keys, Transactions, Wallets

Class Method Summary collapse

Class Method Details

.new(opt) ⇒ Object



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

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