Interface: BungeeQuoteResult
Hierarchy
-
↳
BungeeQuoteResult
Properties
amountsAndCosts
• amountsAndCosts: BridgeQuoteAmountsAndCosts
<bigint
>
Costs and amounts of the bridging.
Inherited from
BridgeQuoteResult.amountsAndCosts
Defined in
external/cow-sdk/src/bridging/types.ts:66
buildTx
• buildTx: Object
Type declaration
Name | Type |
---|---|
approvalData | { amount : string ; spenderAddress : string ; tokenAddress : string ; userAddress : string } |
approvalData.amount | string |
approvalData.spenderAddress | string |
approvalData.tokenAddress | string |
approvalData.userAddress | string |
txData | { chainId : number ; data : string ; to : string ; value : string } |
txData.chainId | number |
txData.data | string |
txData.to | string |
txData.value | string |
userOp | string |
Defined in
external/cow-sdk/src/bridging/providers/bungee/BungeeBridgeProvider.ts:54
bungeeQuote
• bungeeQuote: BungeeQuote
Defined in
external/cow-sdk/src/bridging/providers/bungee/BungeeBridgeProvider.ts:53
expectedFillTimeSeconds
• Optional
expectedFillTimeSeconds: number
The estimated time in seconds it takes to fill the order.
Inherited from
BridgeQuoteResult.expectedFillTimeSeconds
Defined in
external/cow-sdk/src/bridging/types.ts:71
fees
• fees: Object
Type declaration
Name | Type | Description |
---|---|---|
bridgeFee | bigint | The amount that should go to the relayer as a fee to cover relayer capital costs. In token atoms. |
destinationGasFee | bigint | The amount that should go to the relayer as a fee to cover relayer gas costs. In token atoms. |
Inherited from
Defined in
external/cow-sdk/src/bridging/types.ts:78
isSell
• isSell: boolean
Whether the quote is a sell or buy order.
Inherited from
Defined in
external/cow-sdk/src/bridging/types.ts:61
limits
• limits: Object
Type declaration
Name | Type | Description |
---|---|---|
maxDeposit | bigint | The maximum amount that can be deposited in the source chain. In token atoms. |
minDeposit | bigint | The minimum amount that should be deposited in the source chain. In token atoms. |
Inherited from
Defined in
external/cow-sdk/src/bridging/types.ts:91
quoteTimestamp
• quoteTimestamp: number
The timestamp of the quote.
Inherited from
BridgeQuoteResult.quoteTimestamp
Defined in
external/cow-sdk/src/bridging/types.ts:76