module CardanoWallet
Main module
Constants
- VERSION
Public Class Methods
new(options = {})
click to toggle source
# File lib/cardano_wallet.rb, line 16 def self.new(options = {}) CardanoWallet::Base.new(options) end