Mayson Monorepo Documentation
    Preparing search index...
    interface StatusTransitions {
        accepted_at: number;
        canceled_at: number;
        finalized_at: number;
    }
    Index

    Properties

    accepted_at: number

    The time that the quote was accepted. Measured in seconds since Unix epoch.

    canceled_at: number

    The time that the quote was canceled. Measured in seconds since Unix epoch.

    finalized_at: number

    The time that the quote was finalized. Measured in seconds since Unix epoch.