interface SwitchOperatorEvent {
    new_operator: string;
    old_operator: string;
    pool_address: string;
}

Properties

new_operator: string
old_operator: string
pool_address: string