Uses of Class
org.ldk.structs.TwoTuple_BlindedPayInfoBlindedPathZ
-
Packages that use TwoTuple_BlindedPayInfoBlindedPathZ Package Description org.ldk.structs -
-
Uses of TwoTuple_BlindedPayInfoBlindedPathZ in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_BlindedPayInfoBlindedPathZ Modifier and Type Field Description TwoTuple_BlindedPayInfoBlindedPathZ[]
Hints.Blinded. blinded
Methods in org.ldk.structs that return TwoTuple_BlindedPayInfoBlindedPathZ Modifier and Type Method Description TwoTuple_BlindedPayInfoBlindedPathZ
TwoTuple_BlindedPayInfoBlindedPathZ. clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static TwoTuple_BlindedPayInfoBlindedPathZ
TwoTuple_BlindedPayInfoBlindedPathZ. of(BlindedPayInfo a, BlindedPath b)
Creates a new C2Tuple_BlindedPayInfoBlindedPathZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_BlindedPayInfoBlindedPathZ Modifier and Type Method Description static Hints
Hints. blinded(TwoTuple_BlindedPayInfoBlindedPathZ[] a)
Utility method to constructs a new Blinded-variant Hints
-