Package org.ldk.structs
Class Payee.Blinded
- java.lang.Object
-
- org.ldk.structs.Payee
-
- org.ldk.structs.Payee.Blinded
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.Payee
Payee.Blinded, Payee.Clear
-
-
Field Summary
Fields Modifier and Type Field Description Bolt12InvoiceFeaturesfeaturesFeatures supported by the payee.TwoTuple_BlindedPayInfoBlindedPathZ[]route_hintsAggregated routing info and blinded paths, for routing to the payee without knowing their node id.
-
-
-
Field Detail
-
route_hints
public final TwoTuple_BlindedPayInfoBlindedPathZ[] route_hints
Aggregated routing info and blinded paths, for routing to the payee without knowing their node id.
-
features
@Nullable public final Bolt12InvoiceFeatures features
Features supported by the payee. May be set from the payee's invoice. May be `None` if the invoice does not contain any features. Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
-
-