Class: CardanoWallet::Shared::Init

Inherits:
Base
  • Object
show all
Defined in:
lib/cardano_wallet/shared.rb

Overview

Base class for Shelley Shared Wallets API

Instance Attribute Summary

Attributes inherited from Base

#opt

Instance Method Summary collapse

Methods inherited from Base

#byron, #initialize, #misc, #shared, #shelley, #utils

Constructor Details

This class inherits a constructor from CardanoWallet::Base

Instance Method Details

#addressesObject



29
30
31
# File 'lib/cardano_wallet/shared.rb', line 29

def addresses
  Addresses.new @opt
end

#keysObject

Call API for Shared Keys



24
25
26
# File 'lib/cardano_wallet/shared.rb', line 24

def keys
  Keys.new @opt
end

#transactionsObject



34
35
36
# File 'lib/cardano_wallet/shared.rb', line 34

def transactions
  Transactions.new @opt
end

#walletsObject

Call API for Wallets



18
19
20
# File 'lib/cardano_wallet/shared.rb', line 18

def wallets
  Wallets.new @opt
end