LNURLParseResult constructor

LNURLParseResult({
  1. LNURLWithdrawParams? withdrawalParams,
  2. LNURLPayParams? payParams,
  3. LNURLAuthParams? authParams,
  4. LNURLChannelParams? channelParams,
  5. LNURLErrorResponse? error,
})

Implementation

LNURLParseResult({
  this.withdrawalParams,
  this.payParams,
  this.authParams,
  this.channelParams,
  this.error,
});