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 BlindedHop
Result_BlindedHopDecodeErrorZ.Result_BlindedHopDecodeErrorZ_OK. res
Methods in org.ldk.structs that return BlindedHop Modifier and Type Method Description BlindedHop
BlindedHop. 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 boolean
BlindedHop. eq(BlindedHop b)
Checks if two BlindedHops contain equal inner contents.static BlindedTail
BlindedTail. 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_BlindedHopDecodeErrorZ
Result_BlindedHopDecodeErrorZ. ok(BlindedHop o)
Creates a new CResult_BlindedHopDecodeErrorZ in the success state.void
BlindedTail. set_hops(BlindedHop[] val)
The hops of the [`BlindedPath`] provided by the recipient.
-