Uses of Class
org.ldk.structs.BlindedHopFeatures
-
Packages that use BlindedHopFeatures Package Description org.ldk.structs -
-
Uses of BlindedHopFeatures in org.ldk.structs
Fields in org.ldk.structs declared as BlindedHopFeatures Modifier and Type Field Description BlindedHopFeaturesResult_BlindedHopFeaturesDecodeErrorZ.Result_BlindedHopFeaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return BlindedHopFeatures Modifier and Type Method Description BlindedHopFeaturesBlindedHopFeatures. clone()Creates a copy of the BlindedHopFeaturesstatic BlindedHopFeaturesBlindedHopFeatures. empty()Create a blank Features with no features setBlindedHopFeaturesBlindedPayInfo. get_features()Features set in `encrypted_data_tlv` for the `encrypted_recipient_data` TLV record in an onion payload.Methods in org.ldk.structs with parameters of type BlindedHopFeatures Modifier and Type Method Description booleanBlindedHopFeatures. eq(BlindedHopFeatures b)Checks if two BlindedHopFeaturess contain equal inner contents.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 fieldstatic Result_BlindedHopFeaturesDecodeErrorZResult_BlindedHopFeaturesDecodeErrorZ. ok(BlindedHopFeatures o)Creates a new CResult_BlindedHopFeaturesDecodeErrorZ in the success state.voidBlindedPayInfo. set_features(BlindedHopFeatures val)Features set in `encrypted_data_tlv` for the `encrypted_recipient_data` TLV record in an onion payload.
-