Uses of Class
org.ldk.structs.ClosingSigned
-
Packages that use ClosingSigned Package Description org.ldk.structs -
-
Uses of ClosingSigned in org.ldk.structs
Fields in org.ldk.structs declared as ClosingSigned Modifier and Type Field Description ClosingSigned
MessageSendEvent.SendClosingSigned. msg
The message which should be sent.ClosingSigned
Result_ClosingSignedDecodeErrorZ.Result_ClosingSignedDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ClosingSigned Modifier and Type Method Description ClosingSigned
ClosingSigned. clone()
Creates a copy of the ClosingSignedstatic ClosingSigned
ClosingSigned. of(byte[] channel_id_arg, long fee_satoshis_arg, byte[] signature_arg, ClosingSignedFeeRange fee_range_arg)
Constructs a new ClosingSigned given each fieldMethods in org.ldk.structs with parameters of type ClosingSigned Modifier and Type Method Description boolean
ClosingSigned. eq(ClosingSigned b)
Checks if two ClosingSigneds contain equal inner contents.void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_closing_signed(byte[] their_node_id, ClosingSigned msg)
Handle an incoming `closing_signed` message from the given peer.void
ChannelMessageHandler. handle_closing_signed(byte[] their_node_id, ClosingSigned msg)
Handle an incoming `closing_signed` message from the given peer.static Result_ClosingSignedDecodeErrorZ
Result_ClosingSignedDecodeErrorZ. ok(ClosingSigned o)
Creates a new CResult_ClosingSignedDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_closing_signed(byte[] node_id, ClosingSigned msg)
Utility method to constructs a new SendClosingSigned-variant MessageSendEvent
-