Uses of Class
org.ldk.structs.HTLCUpdate
-
Packages that use HTLCUpdate Package Description org.ldk.structs -
-
Uses of HTLCUpdate in org.ldk.structs
Fields in org.ldk.structs declared as HTLCUpdate Modifier and Type Field Description HTLCUpdate
MonitorEvent.HTLCEvent. htlc_event
HTLCUpdate
Result_HTLCUpdateDecodeErrorZ.Result_HTLCUpdateDecodeErrorZ_OK. res
Methods in org.ldk.structs that return HTLCUpdate Modifier and Type Method Description HTLCUpdate
HTLCUpdate. clone()
Creates a copy of the HTLCUpdateMethods in org.ldk.structs with parameters of type HTLCUpdate Modifier and Type Method Description boolean
HTLCUpdate. eq(HTLCUpdate b)
Checks if two HTLCUpdates contain equal inner contents.static MonitorEvent
MonitorEvent. htlcevent(HTLCUpdate a)
Utility method to constructs a new HTLCEvent-variant MonitorEventstatic Result_HTLCUpdateDecodeErrorZ
Result_HTLCUpdateDecodeErrorZ. ok(HTLCUpdate o)
Creates a new CResult_HTLCUpdateDecodeErrorZ in the success state.
-