Skip to content

SolverEvent

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / SolverEvent

SolverEvent = { type: "quote_generated"; data: { intentId: string; quote: SolverQuote; }; } | { type: "fulfillment_started"; data: { intentId: string; txHash: string; }; } | { type: "fulfillment_completed"; data: { intentId: string; proof: FulfillmentProof; }; } | { type: "fulfillment_failed"; data: { intentId: string; error: string; }; }

Defined in: @sip-protocol/types/dist/index.d.ts:581

Events emitted by solvers