Module: CardanoWallet::Byron

Defined in:
lib/cardano_wallet/byron.rb

Overview

Byron APIs

Examples:

@cw = CardanoWallet.new
@cw.byron # API for Byron

Defined Under Namespace

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

Class Method Summary collapse

Class Method Details

.new(opt) ⇒ Object



10
11
12
# File 'lib/cardano_wallet/byron.rb', line 10

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