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 BlindedTailResult_BlindedTailDecodeErrorZ.Result_BlindedTailDecodeErrorZ_OK. resMethods in org.ldk.structs that return BlindedTail Modifier and Type Method Description BlindedTailBlindedTail. clone()Creates a copy of the BlindedTailBlindedTailPath. get_blinded_tail()The blinded path at which this path terminates, if we're sending to one, and its metadata.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 fieldMethods in org.ldk.structs with parameters of type BlindedTail Modifier and Type Method Description booleanBlindedTail. eq(BlindedTail b)Checks if two BlindedTails contain equal inner contents.static PathPath. of(RouteHop[] hops_arg, BlindedTail blinded_tail_arg)Constructs a new Path given each fieldstatic Result_BlindedTailDecodeErrorZResult_BlindedTailDecodeErrorZ. ok(BlindedTail o)Creates a new CResult_BlindedTailDecodeErrorZ in the success state.voidPath. set_blinded_tail(BlindedTail val)The blinded path at which this path terminates, if we're sending to one, and its metadata.
-