PaymentChannelClaimFlagInterface constructor

PaymentChannelClaimFlagInterface({
  1. required bool tfClose,
  2. required bool tfRenew,
})

Implementation

PaymentChannelClaimFlagInterface(
    {required this.tfClose, required this.tfRenew});