LnPaymentDetails constructor
const
LnPaymentDetails({
- required String paymentHash,
- required String label,
- required String destinationPubkey,
- required String paymentPreimage,
- required bool keysend,
- required String bolt11,
- String? openChannelBolt11,
- SuccessActionProcessed? lnurlSuccessAction,
- String? lnurlPayDomain,
- String? lnurlPayComment,
- String? lnAddress,
- String? lnurlMetadata,
- String? lnurlWithdrawEndpoint,
- SwapInfo? swapInfo,
- ReverseSwapInfo? reverseSwapInfo,
- int? pendingExpirationBlock,
Implementation
const LnPaymentDetails({
required this.paymentHash,
required this.label,
required this.destinationPubkey,
required this.paymentPreimage,
required this.keysend,
required this.bolt11,
this.openChannelBolt11,
this.lnurlSuccessAction,
this.lnurlPayDomain,
this.lnurlPayComment,
this.lnAddress,
this.lnurlMetadata,
this.lnurlWithdrawEndpoint,
this.swapInfo,
this.reverseSwapInfo,
this.pendingExpirationBlock,
});