module CardanoWallet::Shared

Init API for Shelley Shared wallets

Public Class Methods

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