Minimal RfqSession surface — structural for testability.

interface RfqLike {
    state: RfqState;
    outcome(): RfqOutcome;
}

Properties

Methods

Properties

state: RfqState

Methods