Uses of Class
org.ldk.structs.RetryAttempts
-
Packages that use RetryAttempts Package Description org.ldk.structs -
-
Uses of RetryAttempts in org.ldk.structs
Methods in org.ldk.structs that return RetryAttempts Modifier and Type Method Description RetryAttemptsRetryAttempts. clone()Creates a copy of the RetryAttemptsstatic RetryAttemptsRetryAttempts. of(long a_arg)Constructs a new RetryAttempts given each fieldMethods in org.ldk.structs with parameters of type RetryAttempts Modifier and Type Method Description booleanRetryAttempts. eq(RetryAttempts b)Checks if two RetryAttemptss contain equal inner contents.static InvoicePayerInvoicePayer. of(Payer payer, Router router, LockableScore scorer, Logger logger, EventHandler event_handler, RetryAttempts retry_attempts)Creates an invoice payer that retries failed payment paths.
-