Uses of Class
org.ldk.structs.FundingLocked
-
Packages that use FundingLocked Package Description org.ldk.structs -
-
Uses of FundingLocked in org.ldk.structs
Fields in org.ldk.structs declared as FundingLocked Modifier and Type Field Description FundingLockedMessageSendEvent.SendFundingLocked. msgThe funding_locked message which should be sent.FundingLockedResult_FundingLockedDecodeErrorZ.Result_FundingLockedDecodeErrorZ_OK. resMethods in org.ldk.structs that return FundingLocked Modifier and Type Method Description FundingLockedFundingLocked. clone()Creates a copy of the FundingLockedstatic FundingLockedFundingLocked. of(byte[] channel_id_arg, byte[] next_per_commitment_point_arg)Constructs a new FundingLocked given each fieldMethods in org.ldk.structs with parameters of type FundingLocked Modifier and Type Method Description voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_funding_locked(byte[] their_node_id, FundingLocked msg)Handle an incoming funding_locked message from the given peer.voidChannelMessageHandler. handle_funding_locked(byte[] their_node_id, FundingLocked msg)Handle an incoming funding_locked message from the given peer.static Result_FundingLockedDecodeErrorZResult_FundingLockedDecodeErrorZ. ok(FundingLocked o)Creates a new CResult_FundingLockedDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_funding_locked(byte[] node_id, FundingLocked msg)Utility method to constructs a new SendFundingLocked-variant MessageSendEvent
-