OpenChannelFeeRequest constructor

const OpenChannelFeeRequest({
  1. int? amountMsat,
  2. int? expiry,
})

Implementation

const OpenChannelFeeRequest({
  this.amountMsat,
  this.expiry,
});