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 BlindedPayInfoResult_BlindedPayInfoDecodeErrorZ.Result_BlindedPayInfoDecodeErrorZ_OK. resMethods in org.ldk.structs that return BlindedPayInfo Modifier and Type Method Description BlindedPayInfoBlindedPayInfo. clone()Creates a copy of the BlindedPayInfoBlindedPayInfoTwoTuple_BlindedPayInfoBlindedPathZ. get_a()static BlindedPayInfoBlindedPayInfo. 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 booleanBlindedPayInfo. eq(BlindedPayInfo b)Checks if two BlindedPayInfos contain equal inner contents.static TwoTuple_BlindedPayInfoBlindedPathZTwoTuple_BlindedPayInfoBlindedPathZ. of(BlindedPayInfo a, BlindedPath b)Creates a new C2Tuple_BlindedPayInfoBlindedPathZ from the contained elements.static Result_BlindedPayInfoDecodeErrorZResult_BlindedPayInfoDecodeErrorZ. ok(BlindedPayInfo o)Creates a new CResult_BlindedPayInfoDecodeErrorZ in the success state.
-