Module: PandoBot::Lake

Defined in:
lib/pando_bot/lake.rb,
lib/pando_bot.rb,
lib/pando_bot.rb,
lib/pando_bot/lake/api.rb,
lib/pando_bot/lake/curve.rb,
lib/pando_bot/lake/uniswap.rb,
lib/pando_bot/lake/pair_routes.rb

Overview

for Pando Lake/4swap

Defined Under Namespace

Classes: API, Curve, Error, PairRoutes, SwapError, Uniswap

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



6
7
8
# File 'lib/pando_bot/lake/api.rb', line 6

def client
  @client
end

Class Method Details

.apiObject



11
12
13
# File 'lib/pando_bot/lake.rb', line 11

def self.api
  @api = PandoBot::Lake::API.new
end