Skip to main content

SwapExecutionActionRefund<T>

type SwapExecutionActionRefund<T> = object;

Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:84

Swap execution action for refunding the swap on the smart chain side after it fails

Type Parameters

Type Parameter
T extends ChainType

Properties

chain

chain: T["ChainId"];

Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:87


description

description: string;

Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:86


name

name: "Refund";

Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:85


txs

txs: T["TX"][];

Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:88