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 FundingSignedMessageSendEvent.SendFundingSigned. msgThe message which should be sent.FundingSignedResult_FundingSignedDecodeErrorZ.Result_FundingSignedDecodeErrorZ_OK. resMethods in org.ldk.structs that return FundingSigned Modifier and Type Method Description FundingSignedFundingSigned. clone()Creates a copy of the FundingSignedstatic FundingSignedFundingSigned. 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 voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_funding_signed(byte[] their_node_id, FundingSigned msg)Handle an incoming funding_signed message from the given peer.voidChannelMessageHandler. handle_funding_signed(byte[] their_node_id, FundingSigned msg)Handle an incoming funding_signed message from the given peer.static Result_FundingSignedDecodeErrorZResult_FundingSignedDecodeErrorZ. ok(FundingSigned o)Creates a new CResult_FundingSignedDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_funding_signed(byte[] node_id, FundingSigned msg)Utility method to constructs a new SendFundingSigned-variant MessageSendEvent
-