Skip to main content

MinimalLightningNetworkWalletInterface

type MinimalLightningNetworkWalletInterface = object;

Defined in: atomiq-sdk/src/types/wallets/MinimalLightningNetworkWalletInterface.ts:7

A type with minimum possible required functionality to be usable with lightning network swaps, i.e. a function to pay bolt11 lightning network invoices.

Properties

payInvoice()

payInvoice: (bolt11PaymentRequest) => Promise<string>;

Defined in: atomiq-sdk/src/types/wallets/MinimalLightningNetworkWalletInterface.ts:8

Parameters

ParameterType
bolt11PaymentRequeststring

Returns

Promise<string>