Uses of Class
org.ldk.structs.FundingSigned
-
Packages that use FundingSigned Package Description org.ldk.structs -
-
Uses of FundingSigned in org.ldk.structs
Fields in org.ldk.structs declared as FundingSigned Modifier and Type Field Description FundingSigned
MessageSendEvent.SendFundingSigned. msg
The message which should be sent.FundingSigned
Result_FundingSignedDecodeErrorZ.Result_FundingSignedDecodeErrorZ_OK. res
Methods in org.ldk.structs that return FundingSigned Modifier and Type Method Description FundingSigned
FundingSigned. clone()
Creates a copy of the FundingSignedstatic FundingSigned
FundingSigned. of(byte[] channel_id_arg, byte[] signature_arg)
Constructs a new FundingSigned given each fieldMethods in org.ldk.structs with parameters of type FundingSigned Modifier and Type Method Description void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_funding_signed(byte[] their_node_id, FundingSigned msg)
Handle an incoming funding_signed message from the given peer.void
ChannelMessageHandler. handle_funding_signed(byte[] their_node_id, FundingSigned msg)
Handle an incoming funding_signed message from the given peer.static Result_FundingSignedDecodeErrorZ
Result_FundingSignedDecodeErrorZ. ok(FundingSigned o)
Creates a new CResult_FundingSignedDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_funding_signed(byte[] node_id, FundingSigned msg)
Utility method to constructs a new SendFundingSigned-variant MessageSendEvent
-