Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/web3/checkTxs

Index

Functions

Functions

Const checkTx

  • checkTx(tx: TransactionResponse, whaleData: any, isV2: boolean, isV3: boolean, isV2Sushi: boolean): IContractSharkTx

Const getPrice

  • getPrice(price: Price<Currency, Currency>): { label: string; labelInverted: string; priceFrom: string; priceFromInverted: string; priceTo: string; priceToInverted: string }
  • Parameters

    • price: Price<Currency, Currency>

    Returns { label: string; labelInverted: string; priceFrom: string; priceFromInverted: string; priceTo: string; priceToInverted: string }

    • label: string
    • labelInverted: string
    • priceFrom: string
    • priceFromInverted: string
    • priceTo: string
    • priceToInverted: string

Generated using TypeDoc