Uses of Class
org.ldk.structs.FundingCreated
-
Packages that use FundingCreated Package Description org.ldk.structs -
-
Uses of FundingCreated in org.ldk.structs
Fields in org.ldk.structs declared as FundingCreated Modifier and Type Field Description FundingCreatedMessageSendEvent.SendFundingCreated. msgThe message which should be sent.FundingCreatedResult_FundingCreatedDecodeErrorZ.Result_FundingCreatedDecodeErrorZ_OK. resMethods in org.ldk.structs that return FundingCreated Modifier and Type Method Description FundingCreatedFundingCreated. clone()Creates a copy of the FundingCreatedstatic FundingCreatedFundingCreated. of(byte[] temporary_channel_id_arg, byte[] funding_txid_arg, short funding_output_index_arg, byte[] signature_arg)Constructs a new FundingCreated given each fieldMethods in org.ldk.structs with parameters of type FundingCreated Modifier and Type Method Description voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_funding_created(byte[] their_node_id, FundingCreated msg)Handle an incoming funding_created message from the given peer.voidChannelMessageHandler. handle_funding_created(byte[] their_node_id, FundingCreated msg)Handle an incoming funding_created message from the given peer.static Result_FundingCreatedDecodeErrorZResult_FundingCreatedDecodeErrorZ. ok(FundingCreated o)Creates a new CResult_FundingCreatedDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_funding_created(byte[] node_id, FundingCreated msg)Utility method to constructs a new SendFundingCreated-variant MessageSendEvent
-