Uses of Class
org.ldk.structs.ClaimedHTLC
-
Packages that use ClaimedHTLC Package Description org.ldk.structs -
-
Uses of ClaimedHTLC in org.ldk.structs
Fields in org.ldk.structs declared as ClaimedHTLC Modifier and Type Field Description ClaimedHTLC[]Event.PaymentClaimed. htlcsThe HTLCs that comprise the claimed payment.ClaimedHTLCResult_ClaimedHTLCDecodeErrorZ.Result_ClaimedHTLCDecodeErrorZ_OK. resMethods in org.ldk.structs that return ClaimedHTLC Modifier and Type Method Description ClaimedHTLCClaimedHTLC. clone()Creates a copy of the ClaimedHTLCstatic ClaimedHTLCClaimedHTLC. of(byte[] channel_id_arg, UInt128 user_channel_id_arg, int cltv_expiry_arg, long value_msat_arg)Constructs a new ClaimedHTLC given each fieldMethods in org.ldk.structs with parameters of type ClaimedHTLC Modifier and Type Method Description booleanClaimedHTLC. eq(ClaimedHTLC b)Checks if two ClaimedHTLCs contain equal inner contents.static Result_ClaimedHTLCDecodeErrorZResult_ClaimedHTLCDecodeErrorZ. ok(ClaimedHTLC o)Creates a new CResult_ClaimedHTLCDecodeErrorZ in the success state.static EventEvent. payment_claimed(byte[] receiver_node_id, byte[] payment_hash, long amount_msat, PaymentPurpose purpose, ClaimedHTLC[] htlcs, Option_u64Z sender_intended_total_msat)Utility method to constructs a new PaymentClaimed-variant Event
-