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