PaymentChannelClaimFlagInterface constructor

PaymentChannelClaimFlagInterface({
  1. required bool TF_CLOSE,
  2. required bool TF_RENEW,
})

Implementation

PaymentChannelClaimFlagInterface(
    {required this.TF_CLOSE, required this.TF_RENEW});