Uses of Class
org.ldk.structs.BlindedTail
-
Packages that use BlindedTail Package Description org.ldk.structs -
-
Uses of BlindedTail in org.ldk.structs
Fields in org.ldk.structs declared as BlindedTail Modifier and Type Field Description BlindedTail
Result_BlindedTailDecodeErrorZ.Result_BlindedTailDecodeErrorZ_OK. res
Methods in org.ldk.structs that return BlindedTail Modifier and Type Method Description BlindedTail
BlindedTail. clone()
Creates a copy of the BlindedTailBlindedTail
Path. get_blinded_tail()
The blinded path at which this path terminates, if we're sending to one, and its metadata.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 fieldMethods in org.ldk.structs with parameters of type BlindedTail Modifier and Type Method Description boolean
BlindedTail. eq(BlindedTail b)
Checks if two BlindedTails contain equal inner contents.static Path
Path. of(RouteHop[] hops_arg, BlindedTail blinded_tail_arg)
Constructs a new Path given each fieldstatic Result_BlindedTailDecodeErrorZ
Result_BlindedTailDecodeErrorZ. ok(BlindedTail o)
Creates a new CResult_BlindedTailDecodeErrorZ in the success state.void
Path. set_blinded_tail(BlindedTail val)
The blinded path at which this path terminates, if we're sending to one, and its metadata.
-