module CardanoWallet::Byron

Byron APIs

Public Class Methods

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