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 HTLCUpdateMonitorEvent.HTLCEvent. htlc_eventHTLCUpdateResult_HTLCUpdateDecodeErrorZ.Result_HTLCUpdateDecodeErrorZ_OK. resMethods in org.ldk.structs that return HTLCUpdate Modifier and Type Method Description HTLCUpdateHTLCUpdate. clone()Creates a copy of the HTLCUpdateMethods in org.ldk.structs with parameters of type HTLCUpdate Modifier and Type Method Description static MonitorEventMonitorEvent. htlcevent(HTLCUpdate a)Utility method to constructs a new HTLCEvent-variant MonitorEventstatic Result_HTLCUpdateDecodeErrorZResult_HTLCUpdateDecodeErrorZ. ok(HTLCUpdate o)Creates a new CResult_HTLCUpdateDecodeErrorZ in the success state.
-