Uses of Class
org.ldk.structs.StaticPaymentOutputDescriptor
-
Packages that use StaticPaymentOutputDescriptor Package Description org.ldk.structs -
-
Uses of StaticPaymentOutputDescriptor in org.ldk.structs
Fields in org.ldk.structs declared as StaticPaymentOutputDescriptor Modifier and Type Field Description StaticPaymentOutputDescriptorResult_StaticPaymentOutputDescriptorDecodeErrorZ.Result_StaticPaymentOutputDescriptorDecodeErrorZ_OK. resStaticPaymentOutputDescriptorSpendableOutputDescriptor.StaticPaymentOutput. static_payment_outputMethods in org.ldk.structs that return StaticPaymentOutputDescriptor Modifier and Type Method Description StaticPaymentOutputDescriptorStaticPaymentOutputDescriptor. clone()Creates a copy of the StaticPaymentOutputDescriptorstatic StaticPaymentOutputDescriptorStaticPaymentOutputDescriptor. of(OutPoint outpoint_arg, TxOut output_arg, byte[] channel_keys_id_arg, long channel_value_satoshis_arg)Constructs a new StaticPaymentOutputDescriptor given each fieldMethods in org.ldk.structs with parameters of type StaticPaymentOutputDescriptor Modifier and Type Method Description static Result_StaticPaymentOutputDescriptorDecodeErrorZResult_StaticPaymentOutputDescriptorDecodeErrorZ. ok(StaticPaymentOutputDescriptor o)Creates a new CResult_StaticPaymentOutputDescriptorDecodeErrorZ in the success state.Result_CVec_CVec_u8ZZNoneZInMemorySigner. sign_counterparty_payment_input(byte[] spend_tx, long input_idx, StaticPaymentOutputDescriptor descriptor)Sign the single input of spend_tx at index `input_idx` which spends the output described by descriptor, returning the witness stack for the input.static SpendableOutputDescriptorSpendableOutputDescriptor. static_payment_output(StaticPaymentOutputDescriptor a)Utility method to constructs a new StaticPaymentOutput-variant SpendableOutputDescriptor
-