Uses of Class
org.ldk.structs.TwoTuple_PaymentHashPaymentSecretZ
-
Packages that use TwoTuple_PaymentHashPaymentSecretZ Package Description org.ldk.structs -
-
Uses of TwoTuple_PaymentHashPaymentSecretZ in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_PaymentHashPaymentSecretZ Modifier and Type Field Description TwoTuple_PaymentHashPaymentSecretZ
Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_OK. res
TwoTuple_PaymentHashPaymentSecretZ
Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.Result_C2Tuple_PaymentHashPaymentSecretZNoneZ_OK. res
Methods in org.ldk.structs that return TwoTuple_PaymentHashPaymentSecretZ Modifier and Type Method Description TwoTuple_PaymentHashPaymentSecretZ
TwoTuple_PaymentHashPaymentSecretZ. clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static TwoTuple_PaymentHashPaymentSecretZ
TwoTuple_PaymentHashPaymentSecretZ. of(byte[] a, byte[] b)
Creates a new C2Tuple_PaymentHashPaymentSecretZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_PaymentHashPaymentSecretZ Modifier and Type Method Description static Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ
Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ. ok(TwoTuple_PaymentHashPaymentSecretZ o)
Creates a new CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ in the success state.static Result_C2Tuple_PaymentHashPaymentSecretZNoneZ
Result_C2Tuple_PaymentHashPaymentSecretZNoneZ. ok(TwoTuple_PaymentHashPaymentSecretZ o)
Creates a new CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ in the success state.
-