uniswap_session {uniswappeR}R Documentation

Start the python session

Description

Start the python session

Usage

uniswap_session(
  node = get_infura_node(),
  user_add = NULL,
  pvt_key = NULL,
  version = 2
)

Arguments

node

The Infura Node

user_add

User Address

pvt_key

Private Key of the user Address

version

Choose UniswapV2 or UniswapV3 by supplying the version as 2 or 3 respectively.

Value

The python session uniswap endpoint


[Package uniswappeR version 0.6.1 Index]