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 FundingLocked
MessageSendEvent.SendFundingLocked. msg
The funding_locked message which should be sent.FundingLocked
Result_FundingLockedDecodeErrorZ.Result_FundingLockedDecodeErrorZ_OK. res
Methods in org.ldk.structs that return FundingLocked Modifier and Type Method Description FundingLocked
FundingLocked. clone()
Creates a copy of the FundingLockedstatic FundingLocked
FundingLocked. 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 void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_funding_locked(byte[] their_node_id, FundingLocked msg)
Handle an incoming funding_locked message from the given peer.void
ChannelMessageHandler. handle_funding_locked(byte[] their_node_id, FundingLocked msg)
Handle an incoming funding_locked message from the given peer.static Result_FundingLockedDecodeErrorZ
Result_FundingLockedDecodeErrorZ. ok(FundingLocked o)
Creates a new CResult_FundingLockedDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_funding_locked(byte[] node_id, FundingLocked msg)
Utility method to constructs a new SendFundingLocked-variant MessageSendEvent
-