Class: MockBridgeProvider
Implementsโ
Constructorsโ
constructorโ
โข new MockBridgeProvider(): MockBridgeProvider
Returnsโ
Propertiesโ
infoโ
โข info: BridgeProviderInfo
Implementation ofโ
Defined inโ
external/cow-sdk/src/bridging/providers/mock/MockBridgeProvider.ts:71
Methodsโ
decodeBridgeHookโ
โธ decodeBridgeHook(_hook
): Promise
<BridgeDeposit
>
Decode a bridge hook into a bridge deposit information.
This method is used to recover the information about the limit order placed into the bridge locking contract. This allows to load an order from the orderbook and decode the bridging hook and understand what was the minimum buy amount the user signed to receive in the destination chain.
Parametersโ
Name | Type | Description |
---|---|---|
_hook | BridgeHook | The bridge hook |
Returnsโ
Promise
<BridgeDeposit
>
Implementation ofโ
BridgeProvider.decodeBridgeHook
Defined inโ
external/cow-sdk/src/bridging/providers/mock/MockBridgeProvider.ts:136
getBridgingIdโ
โธ getBridgingId(_orderUid
, _settlementTx
): Promise
<string
>
Get the identifier of the bridging transaction from the settlement transaction.
Parametersโ
Name | Type | Description |
---|---|---|
_orderUid | string | The unique identifier of the order |
_settlementTx | string | The settlement transaction in which the bridging post-hook was executed |
Returnsโ
Promise
<string
>
Implementation ofโ
Defined inโ
external/cow-sdk/src/bridging/providers/mock/MockBridgeProvider.ts:158
getBuyTokensโ
โธ getBuyTokens(targetChainId
): Promise
<TokenInfo
[]>
Get supported tokens for a chain
Parametersโ
Name | Type |
---|---|
targetChainId | TargetChainId |
Returnsโ
Promise
<TokenInfo
[]>