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[]BlindedPath. get_blinded_hops()The hops composing the blinded path.BlindedHop[]BlindedTail. get_hops()The hops of the [`BlindedPath`] provided by the recipient.static BlindedHopBlindedHop. of(byte[] blinded_node_id_arg, byte[] encrypted_payload_arg)Constructs a new BlindedHop given each fieldMethods 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 BlindedPathBlindedPath. of(byte[] introduction_node_id_arg, byte[] blinding_point_arg, BlindedHop[] blinded_hops_arg)Constructs a new BlindedPath given each fieldstatic 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.voidBlindedPath. set_blinded_hops(BlindedHop[] val)The hops composing the blinded path.voidBlindedTail. set_hops(BlindedHop[] val)The hops of the [`BlindedPath`] provided by the recipient.
-