Uses of Class
org.ldk.structs.TwoTuple_OutPointCVec_MonitorUpdateIdZZ
-
Packages that use TwoTuple_OutPointCVec_MonitorUpdateIdZZ Package Description org.ldk.structs -
-
Uses of TwoTuple_OutPointCVec_MonitorUpdateIdZZ in org.ldk.structs
Methods in org.ldk.structs that return TwoTuple_OutPointCVec_MonitorUpdateIdZZ Modifier and Type Method Description TwoTuple_OutPointCVec_MonitorUpdateIdZZ
TwoTuple_OutPointCVec_MonitorUpdateIdZZ. clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.TwoTuple_OutPointCVec_MonitorUpdateIdZZ[]
ChainMonitor. list_pending_monitor_updates()
Lists the pending updates for each [`ChannelMonitor`] (by `OutPoint` being monitored).static TwoTuple_OutPointCVec_MonitorUpdateIdZZ
TwoTuple_OutPointCVec_MonitorUpdateIdZZ. of(OutPoint a, MonitorUpdateId[] b)
Creates a new C2Tuple_OutPointCVec_MonitorUpdateIdZZ from the contained elements.
-