Type alias EventMap

EventMap: {
    CurveRecord: Event<CurveRecord>;
    DepositRecord: Event<DepositRecord>;
    FundingPaymentRecord: Event<FundingPaymentRecord>;
    FundingRateRecord: Event<FundingRateRecord>;
    InsuranceFundRecord: Event<InsuranceFundRecord>;
    InsuranceFundStakeRecord: Event<InsuranceFundStakeRecord>;
    LPRecord: Event<LPRecord>;
    LiquidationRecord: Event<LiquidationRecord>;
    NewUserRecord: Event<NewUserRecord>;
    OrderActionRecord: Event<OrderActionRecord>;
    OrderRecord: Event<OrderRecord>;
    SettlePnlRecord: Event<SettlePnlRecord>;
    SpotInterestRecord: Event<SpotInterestRecord>;
    SwapRecord: Event<SwapRecord>;
}

Type declaration

Generated using TypeDoc