Class: CardanoWallet::Byron::Init
- Inherits:
-
CardanoWallet::Base
- Object
- CardanoWallet::Base
- CardanoWallet::Byron::Init
- Defined in:
- lib/cardano_wallet/byron.rb
Overview
Init class for Byron APIs.
Instance Attribute Summary
Attributes inherited from CardanoWallet::Base
Instance Method Summary collapse
-
#addresses ⇒ Object
Get API for Byron addresses.
-
#assets ⇒ Object
API for Assets.
-
#coin_selections ⇒ Object
API for CoinSelections.
-
#migrations ⇒ Object
Get API for Byron migrations.
-
#transactions ⇒ Object
Get API for Byron transactions.
-
#wallets ⇒ Object
Get API for Byron wallets.
Methods inherited from CardanoWallet::Base
#byron, #initialize, #misc, #shared, #shelley, #utils
Constructor Details
This class inherits a constructor from CardanoWallet::Base
Instance Method Details
#addresses ⇒ Object
Get API for Byron addresses
33 34 35 |
# File 'lib/cardano_wallet/byron.rb', line 33 def addresses Addresses.new @opt end |
#assets ⇒ Object
API for Assets
57 58 59 |
# File 'lib/cardano_wallet/byron.rb', line 57 def assets Assets.new @opt end |
#coin_selections ⇒ Object
API for CoinSelections
39 40 41 |
# File 'lib/cardano_wallet/byron.rb', line 39 def coin_selections CoinSelections.new @opt end |
#migrations ⇒ Object
Get API for Byron migrations
51 52 53 |
# File 'lib/cardano_wallet/byron.rb', line 51 def migrations Migrations.new @opt end |
#transactions ⇒ Object
Get API for Byron transactions
45 46 47 |
# File 'lib/cardano_wallet/byron.rb', line 45 def transactions Transactions.new @opt end |