Uses of Class
org.ldk.structs.BlindedPayInfo
-
Packages that use BlindedPayInfo Package Description org.ldk.structs -
-
Uses of BlindedPayInfo in org.ldk.structs
Fields in org.ldk.structs declared as BlindedPayInfo Modifier and Type Field Description BlindedPayInfo
Result_BlindedPayInfoDecodeErrorZ.Result_BlindedPayInfoDecodeErrorZ_OK. res
Methods in org.ldk.structs that return BlindedPayInfo Modifier and Type Method Description BlindedPayInfo
BlindedPayInfo. clone()
Creates a copy of the BlindedPayInfoBlindedPayInfo
TwoTuple_BlindedPayInfoBlindedPathZ. get_a()
static BlindedPayInfo
BlindedPayInfo. of(int fee_base_msat_arg, int fee_proportional_millionths_arg, short cltv_expiry_delta_arg, long htlc_minimum_msat_arg, long htlc_maximum_msat_arg, BlindedHopFeatures features_arg)
Constructs a new BlindedPayInfo given each fieldMethods in org.ldk.structs with parameters of type BlindedPayInfo Modifier and Type Method Description boolean
BlindedPayInfo. eq(BlindedPayInfo b)
Checks if two BlindedPayInfos contain equal inner contents.static TwoTuple_BlindedPayInfoBlindedPathZ
TwoTuple_BlindedPayInfoBlindedPathZ. of(BlindedPayInfo a, BlindedPath b)
Creates a new C2Tuple_BlindedPayInfoBlindedPathZ from the contained elements.static Result_BlindedPayInfoDecodeErrorZ
Result_BlindedPayInfoDecodeErrorZ. ok(BlindedPayInfo o)
Creates a new CResult_BlindedPayInfoDecodeErrorZ in the success state.
-