class CardanoWallet::Shared::Init

Base class for Shelley Shared Wallets API

Public Instance Methods

addresses() click to toggle source

@see input-output-hk.github.io/cardano-wallet/api/edge/#tag/Shared-Addresses

# File lib/cardano_wallet/shared.rb, line 26
def addresses
  Addresses.new @opt
end
keys() click to toggle source

Call API for Shared Keys @see input-output-hk.github.io/cardano-wallet/api/edge/#tag/Shared-Keys

# File lib/cardano_wallet/shared.rb, line 21
def keys
  Keys.new @opt
end
wallets() click to toggle source

Call API for Wallets @see input-output-hk.github.io/cardano-wallet/api/edge/#tag/Shared-Wallets

# File lib/cardano_wallet/shared.rb, line 15
def wallets
  Wallets.new @opt
end