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 FundingCreated
MessageSendEvent.SendFundingCreated. msg
The message which should be sent.FundingCreated
Result_FundingCreatedDecodeErrorZ.Result_FundingCreatedDecodeErrorZ_OK. res
Methods in org.ldk.structs that return FundingCreated Modifier and Type Method Description FundingCreated
FundingCreated. clone()
Creates a copy of the FundingCreatedstatic FundingCreated
FundingCreated. 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 void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_funding_created(byte[] their_node_id, FundingCreated msg)
Handle an incoming funding_created message from the given peer.void
ChannelMessageHandler. handle_funding_created(byte[] their_node_id, FundingCreated msg)
Handle an incoming funding_created message from the given peer.static Result_FundingCreatedDecodeErrorZ
Result_FundingCreatedDecodeErrorZ. ok(FundingCreated o)
Creates a new CResult_FundingCreatedDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_funding_created(byte[] node_id, FundingCreated msg)
Utility method to constructs a new SendFundingCreated-variant MessageSendEvent
-