Class PaymentSendFailure

    • Method Detail

      • parameter_error

        public static PaymentSendFailure parameter_error​(APIError a)
        Utility method to constructs a new ParameterError-variant PaymentSendFailure
      • all_failed_resend_safe

        public static PaymentSendFailure all_failed_resend_safe​(APIError[] a)
        Utility method to constructs a new AllFailedResendSafe-variant PaymentSendFailure
      • duplicate_payment

        public static PaymentSendFailure duplicate_payment()
        Utility method to constructs a new DuplicatePayment-variant PaymentSendFailure
      • eq

        public boolean eq​(PaymentSendFailure b)
        Checks if two PaymentSendFailures contain equal inner contents. This ignores pointers and is_owned flags and looks at the values in fields.