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 BlindedHopFeatures
Result_BlindedHopFeaturesDecodeErrorZ.Result_BlindedHopFeaturesDecodeErrorZ_OK. res
Methods in org.ldk.structs that return BlindedHopFeatures Modifier and Type Method Description BlindedHopFeatures
BlindedHopFeatures. clone()
Creates a copy of the BlindedHopFeaturesstatic BlindedHopFeatures
BlindedHopFeatures. empty()
Create a blank Features with no features setBlindedHopFeatures
BlindedPayInfo. 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 boolean
BlindedHopFeatures. eq(BlindedHopFeatures b)
Checks if two BlindedHopFeaturess contain equal inner contents.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 fieldstatic Result_BlindedHopFeaturesDecodeErrorZ
Result_BlindedHopFeaturesDecodeErrorZ. ok(BlindedHopFeatures o)
Creates a new CResult_BlindedHopFeaturesDecodeErrorZ in the success state.void
BlindedPayInfo. set_features(BlindedHopFeatures val)
Features set in `encrypted_data_tlv` for the `encrypted_recipient_data` TLV record in an onion payload.
-