Uses of Class
org.ldk.structs.DelayedPaymentOutputDescriptor
-
Packages that use DelayedPaymentOutputDescriptor Package Description org.ldk.structs -
-
Uses of DelayedPaymentOutputDescriptor in org.ldk.structs
Fields in org.ldk.structs declared as DelayedPaymentOutputDescriptor Modifier and Type Field Description DelayedPaymentOutputDescriptor
SpendableOutputDescriptor.DelayedPaymentOutput. delayed_payment_output
DelayedPaymentOutputDescriptor
Result_DelayedPaymentOutputDescriptorDecodeErrorZ.Result_DelayedPaymentOutputDescriptorDecodeErrorZ_OK. res
Methods in org.ldk.structs that return DelayedPaymentOutputDescriptor Modifier and Type Method Description DelayedPaymentOutputDescriptor
DelayedPaymentOutputDescriptor. clone()
Creates a copy of the DelayedPaymentOutputDescriptorstatic DelayedPaymentOutputDescriptor
DelayedPaymentOutputDescriptor. of(OutPoint outpoint_arg, byte[] per_commitment_point_arg, short to_self_delay_arg, TxOut output_arg, byte[] revocation_pubkey_arg, byte[] channel_keys_id_arg, long channel_value_satoshis_arg)
Constructs a new DelayedPaymentOutputDescriptor given each fieldMethods in org.ldk.structs with parameters of type DelayedPaymentOutputDescriptor Modifier and Type Method Description static SpendableOutputDescriptor
SpendableOutputDescriptor. delayed_payment_output(DelayedPaymentOutputDescriptor a)
Utility method to constructs a new DelayedPaymentOutput-variant SpendableOutputDescriptorstatic Result_DelayedPaymentOutputDescriptorDecodeErrorZ
Result_DelayedPaymentOutputDescriptorDecodeErrorZ. ok(DelayedPaymentOutputDescriptor o)
Creates a new CResult_DelayedPaymentOutputDescriptorDecodeErrorZ in the success state.Result_CVec_CVec_u8ZZNoneZ
InMemorySigner. sign_dynamic_p2wsh_input(byte[] spend_tx, long input_idx, DelayedPaymentOutputDescriptor 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.
-