Sha256: da3abbdd5d4c4ffb3bee96071bdce0bf6a876565b07ffc84ed45e927be2909b7
Contents?: true
Size: 531 Bytes
Versions: 4
Compression:
Stored size: 531 Bytes
Contents
# frozen_string_literal: true require 'httparty' require 'bip_mnemonic' require_relative 'cardano_wallet/version' require_relative 'cardano_wallet/base' require_relative 'cardano_wallet/utils' require_relative 'cardano_wallet/shelley' require_relative 'cardano_wallet/byron' require_relative 'cardano_wallet/misc' require_relative 'cardano_wallet/shared' ## # Main module. Go to {Base.initialize} for more details no how to start. module CardanoWallet def self.new(options = {}) CardanoWallet::Base.new(options) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cardano_wallet-0.4.2 | lib/cardano_wallet.rb |
cardano_wallet-0.4.1 | lib/cardano_wallet.rb |
cardano_wallet-0.4.0 | lib/cardano_wallet.rb |
cardano_wallet-0.3.28 | lib/cardano_wallet.rb |