SwapExecutionActionClaim<T>
type SwapExecutionActionClaim<T> = object;
Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:72
Swap execution action for claiming (settling) the swap on the smart chain side
Type Parameters
| Type Parameter |
|---|
T extends ChainType |
Properties
chain
chain: T["ChainId"];
Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:75
description
description: string;
Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:74
name
name: "Claim";
Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:73
txs
txs: T["TX"][];
Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:76