module CardanoWallet::Shelley

Init API for Shelley

Public Class Methods

new(opt) click to toggle source
# File lib/cardano_wallet/shelley.rb, line 6
def self.new(opt)
  Init.new opt
end