Uses of Class
org.ldk.structs.AnchorDescriptor
-
Packages that use AnchorDescriptor Package Description org.ldk.structs -
-
Uses of AnchorDescriptor in org.ldk.structs
Fields in org.ldk.structs declared as AnchorDescriptor Modifier and Type Field Description AnchorDescriptorBumpTransactionEvent.ChannelClose. anchor_descriptorThe descriptor to sign the anchor input of the anchor transaction constructed as a result of consuming this event.Methods in org.ldk.structs that return AnchorDescriptor Modifier and Type Method Description AnchorDescriptorAnchorDescriptor. clone()Creates a copy of the AnchorDescriptorstatic AnchorDescriptorAnchorDescriptor. of(ChannelDerivationParameters channel_derivation_parameters_arg, OutPoint outpoint_arg)Constructs a new AnchorDescriptor given each fieldMethods in org.ldk.structs with parameters of type AnchorDescriptor Modifier and Type Method Description static BumpTransactionEventBumpTransactionEvent. channel_close(byte[] claim_id, int package_target_feerate_sat_per_1000_weight, byte[] commitment_tx, long commitment_tx_fee_satoshis, AnchorDescriptor anchor_descriptor, HTLCOutputInCommitment[] pending_htlcs)Utility method to constructs a new ChannelClose-variant BumpTransactionEventbooleanAnchorDescriptor. eq(AnchorDescriptor b)Checks if two AnchorDescriptors contain equal inner contents.
-