Interface FactoryFeesEnabledEvent

Event emitted when fee collection is enabled/disabled. The event reports the new state.

interface FactoryFeesEnabledEvent {
    areFeesEnabledNow: boolean;
    contractType: "SoroswapFactory";
    eventType: "fees";
    ledger: number;
    timestamp: number;
}

Hierarchy

  • BaseFactoryEvent
    • FactoryFeesEnabledEvent

Properties

areFeesEnabledNow: boolean
contractType
eventType
ledger: number
timestamp: number