Documentation
    Preparing search index...
    Index

    Constructors

    Properties

    config: MarketConfig
    emodeBorrowablePools: Pool[] = []
    emodePools: EModePool[] = []
    emodes: EMode[] = []
    emodeSupplyablePools: Pool[] = []
    pools: Pool[] = []

    Accessors

    • get overview(): {
          marketTotalBorrowValue: string;
          marketTotalSupplyValue: string;
      }

      Returns { marketTotalBorrowValue: string; marketTotalSupplyValue: string }

    Methods

    • Parameters

      • emodeId: number

      Returns null | EMode

    • Parameters

      • emodeId: number

      Returns EModePool[]

    • Parameters

      • pool: Pool
      • Optionaloptions: { collateral?: boolean; debt?: boolean; emodeId?: number }

      Returns Pool[]