Skip to main content

Interface: BridgeCallDetails

Details about the bridge call.

Properties

preAuthorizedBridgingHook

preAuthorizedBridgingHook: BridgeHook

Pre-authorized hook to initiate the bridge. This hook has been signed, and is ready to be executed by the CoW Protocol Trampoline contract after settling the swap order that buys the intermediate token.

Defined in

external/cow-sdk/src/bridging/types.ts:296


unsignedBridgeCall

unsignedBridgeCall: EvmCall

Unsigned call to initiate the bridge. This call should be executed in the context of user's cow-shed account.

Defined in

external/cow-sdk/src/bridging/types.ts:290