Uses of Class
org.ldk.structs.DirectedChannelTransactionParameters
-
Packages that use DirectedChannelTransactionParameters Package Description org.ldk.structs -
-
Uses of DirectedChannelTransactionParameters in org.ldk.structs
Methods in org.ldk.structs that return DirectedChannelTransactionParameters Modifier and Type Method Description DirectedChannelTransactionParameters
ChannelTransactionParameters. as_counterparty_broadcastable()
Convert the holder/counterparty parameters to broadcaster/countersignatory-organized parameters, given that the counterparty is the broadcaster.DirectedChannelTransactionParameters
ChannelTransactionParameters. as_holder_broadcastable()
Convert the holder/counterparty parameters to broadcaster/countersignatory-organized parameters, given that the holder is the broadcaster.Methods in org.ldk.structs with parameters of type DirectedChannelTransactionParameters Modifier and Type Method Description Result_CVec_SignatureZNoneZ
TrustedCommitmentTransaction. get_htlc_sigs(byte[] htlc_base_key, DirectedChannelTransactionParameters channel_parameters)
Get a signature for each HTLC which was included in the commitment transaction (ie for which HTLCOutputInCommitment::transaction_output_index.is_some()).Result_TrustedCommitmentTransactionNoneZ
CommitmentTransaction. verify(DirectedChannelTransactionParameters channel_parameters, ChannelPublicKeys broadcaster_keys, ChannelPublicKeys countersignatory_keys)
Verify our pre-built transaction and derived transaction creation public keys.
-