Variable accountProvidersConst

accountProviders: {
    BaseAtoms: typeof BaseAtoms;
    CancelOrderLog: typeof CancelOrderLog;
    ClaimSeatLog: typeof ClaimSeatLog;
    CreateMarketLog: typeof CreateMarketLog;
    DepositLog: typeof DepositLog;
    FillLog: typeof FillLog;
    GlobalAddTraderLog: typeof GlobalAddTraderLog;
    GlobalAtoms: typeof GlobalAtoms;
    GlobalClaimSeatLog: typeof GlobalClaimSeatLog;
    GlobalCleanupLog: typeof GlobalCleanupLog;
    GlobalCreateLog: typeof GlobalCreateLog;
    GlobalDepositLog: typeof GlobalDepositLog;
    GlobalEvictLog: typeof GlobalEvictLog;
    GlobalWithdrawLog: typeof GlobalWithdrawLog;
    PlaceOrderLog: typeof PlaceOrderLog;
    QuoteAtoms: typeof QuoteAtoms;
    QuoteAtomsPerBaseAtom: typeof QuoteAtomsPerBaseAtom;
    WithdrawLog: typeof WithdrawLog;
} = ...