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 StaticPaymentOutputDescriptor
Result_StaticPaymentOutputDescriptorDecodeErrorZ.Result_StaticPaymentOutputDescriptorDecodeErrorZ_OK. res
StaticPaymentOutputDescriptor
SpendableOutputDescriptor.StaticPaymentOutput. static_payment_output
Methods in org.ldk.structs that return StaticPaymentOutputDescriptor Modifier and Type Method Description StaticPaymentOutputDescriptor
StaticPaymentOutputDescriptor. clone()
Creates a copy of the StaticPaymentOutputDescriptorstatic StaticPaymentOutputDescriptor
StaticPaymentOutputDescriptor. 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 boolean
StaticPaymentOutputDescriptor. eq(StaticPaymentOutputDescriptor b)
Checks if two StaticPaymentOutputDescriptors contain equal inner contents.static Result_StaticPaymentOutputDescriptorDecodeErrorZ
Result_StaticPaymentOutputDescriptorDecodeErrorZ. ok(StaticPaymentOutputDescriptor o)
Creates a new CResult_StaticPaymentOutputDescriptorDecodeErrorZ in the success state.Result_CVec_CVec_u8ZZNoneZ
InMemorySigner. 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 SpendableOutputDescriptor
SpendableOutputDescriptor. static_payment_output(StaticPaymentOutputDescriptor a)
Utility method to constructs a new StaticPaymentOutput-variant SpendableOutputDescriptor
-