SolverQuote
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / SolverQuote
Interface: SolverQuote
Section titled “Interface: SolverQuote”Defined in: @sip-protocol/types/dist/index.d.ts:429
Extended quote with solver-specific details
Extends
Section titled “Extends”Properties
Section titled “Properties”quoteId
Section titled “quoteId”quoteId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:288
Quote identifier
Inherited from
Section titled “Inherited from”intentId
Section titled “intentId”intentId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:290
Intent this quote is for
Inherited from
Section titled “Inherited from”solverId
Section titled “solverId”solverId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:292
Solver identifier
Inherited from
Section titled “Inherited from”outputAmount
Section titled “outputAmount”outputAmount:
bigint
Defined in: @sip-protocol/types/dist/index.d.ts:294
Offered output amount
Inherited from
Section titled “Inherited from”estimatedTime
Section titled “estimatedTime”estimatedTime:
number
Defined in: @sip-protocol/types/dist/index.d.ts:296
Estimated execution time (seconds)
Inherited from
Section titled “Inherited from”expiry
Section titled “expiry”expiry:
number
Defined in: @sip-protocol/types/dist/index.d.ts:298
Quote expiry timestamp
Inherited from
Section titled “Inherited from”fee:
bigint
Defined in: @sip-protocol/types/dist/index.d.ts:300
Solver’s fee (in output asset)
Inherited from
Section titled “Inherited from”signature
Section titled “signature”signature:
`0x${string}`
Defined in: @sip-protocol/types/dist/index.d.ts:431
Solver’s signature on this quote
validUntil
Section titled “validUntil”validUntil:
number
Defined in: @sip-protocol/types/dist/index.d.ts:433
Quote validity period (Unix timestamp)
estimatedGas?
Section titled “estimatedGas?”
optionalestimatedGas:bigint
Defined in: @sip-protocol/types/dist/index.d.ts:435
Gas estimation for fulfillment
route?
Section titled “route?”
optionalroute:SwapRoute
Defined in: @sip-protocol/types/dist/index.d.ts:437
Route/path for the swap (if applicable)