Uses of Class
org.ldk.structs.BlindedHop
-
Packages that use BlindedHop Package Description org.ldk.structs -
-
Uses of BlindedHop in org.ldk.structs
Fields in org.ldk.structs declared as BlindedHop Modifier and Type Field Description BlindedHopResult_BlindedHopDecodeErrorZ.Result_BlindedHopDecodeErrorZ_OK. resMethods in org.ldk.structs that return BlindedHop Modifier and Type Method Description BlindedHopBlindedHop. clone()Creates a copy of the BlindedHopBlindedHop[]BlindedTail. get_hops()The hops of the [`BlindedPath`] provided by the recipient.Methods in org.ldk.structs with parameters of type BlindedHop Modifier and Type Method Description booleanBlindedHop. eq(BlindedHop b)Checks if two BlindedHops contain equal inner contents.static BlindedTailBlindedTail. of(BlindedHop[] hops_arg, byte[] blinding_point_arg, int excess_final_cltv_expiry_delta_arg, long final_value_msat_arg)Constructs a new BlindedTail given each fieldstatic Result_BlindedHopDecodeErrorZResult_BlindedHopDecodeErrorZ. ok(BlindedHop o)Creates a new CResult_BlindedHopDecodeErrorZ in the success state.voidBlindedTail. set_hops(BlindedHop[] val)The hops of the [`BlindedPath`] provided by the recipient.
-