Class: CardanoWallet::Shared::Init
- Defined in:
- lib/cardano_wallet/shared.rb
Overview
Base class for Shelley Shared Wallets API
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #addresses ⇒ Object
-
#keys ⇒ Object
Call API for Shared Keys.
- #transactions ⇒ Object
-
#wallets ⇒ Object
Call API for Wallets.
Methods inherited from Base
#byron, #initialize, #misc, #shared, #shelley, #utils
Constructor Details
This class inherits a constructor from CardanoWallet::Base
Instance Method Details
#addresses ⇒ Object
29 30 31 |
# File 'lib/cardano_wallet/shared.rb', line 29 def addresses Addresses.new @opt end |
#keys ⇒ Object
Call API for Shared Keys
24 25 26 |
# File 'lib/cardano_wallet/shared.rb', line 24 def keys Keys.new @opt end |
#transactions ⇒ Object
34 35 36 |
# File 'lib/cardano_wallet/shared.rb', line 34 def transactions Transactions.new @opt end |