Skip to main content

SwapExecutionActionLightning

type SwapExecutionActionLightning = object;

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

Swap execution action requiring a payment of the provided bolt11 lightning network invoice

Properties

chain

chain: "LIGHTNING";

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


description

description: string;

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


name

name: "Payment";

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


txs

txs: object[];

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

address

address: string;
hyperlink: string;

type

type: "BOLT11_PAYMENT_REQUEST";