Uses of Class
org.ldk.structs.SpendableOutputDescriptor
-
Packages that use SpendableOutputDescriptor Package Description org.ldk.structs -
-
Uses of SpendableOutputDescriptor in org.ldk.structs
Subclasses of SpendableOutputDescriptor in org.ldk.structs Modifier and Type Class Description static classSpendableOutputDescriptor.DelayedPaymentOutputstatic classSpendableOutputDescriptor.StaticOutputstatic classSpendableOutputDescriptor.StaticPaymentOutputFields in org.ldk.structs declared as SpendableOutputDescriptor Modifier and Type Field Description SpendableOutputDescriptor[]Event.SpendableOutputs. outputsThe outputs which you should store as spendable by you.SpendableOutputDescriptorResult_SpendableOutputDescriptorDecodeErrorZ.Result_SpendableOutputDescriptorDecodeErrorZ_OK. resMethods in org.ldk.structs that return SpendableOutputDescriptor Modifier and Type Method Description SpendableOutputDescriptorSpendableOutputDescriptor. clone()Creates a copy of the SpendableOutputDescriptorstatic SpendableOutputDescriptorSpendableOutputDescriptor. delayed_payment_output(DelayedPaymentOutputDescriptor a)Utility method to constructs a new DelayedPaymentOutput-variant SpendableOutputDescriptorstatic SpendableOutputDescriptorSpendableOutputDescriptor. static_output(OutPoint outpoint, TxOut output)Utility method to constructs a new StaticOutput-variant SpendableOutputDescriptorstatic SpendableOutputDescriptorSpendableOutputDescriptor. static_payment_output(StaticPaymentOutputDescriptor a)Utility method to constructs a new StaticPaymentOutput-variant SpendableOutputDescriptorMethods in org.ldk.structs with parameters of type SpendableOutputDescriptor Modifier and Type Method Description static Result_SpendableOutputDescriptorDecodeErrorZResult_SpendableOutputDescriptorDecodeErrorZ. ok(SpendableOutputDescriptor o)Creates a new CResult_SpendableOutputDescriptorDecodeErrorZ in the success state.Result_TransactionNoneZKeysManager. spend_spendable_outputs(SpendableOutputDescriptor[] descriptors, TxOut[] outputs, byte[] change_destination_script, int feerate_sat_per_1000_weight)Creates a Transaction which spends the given descriptors to the given outputs, plus an output to the given change destination (if sufficient change value remains).static EventEvent. spendable_outputs(SpendableOutputDescriptor[] outputs)Utility method to constructs a new SpendableOutputs-variant Event
-