Uses of Class
org.ldk.structs.TwoTuple_BlockHashChannelMonitorZ
-
Packages that use TwoTuple_BlockHashChannelMonitorZ Package Description org.ldk.batteries org.ldk.structs -
-
Uses of TwoTuple_BlockHashChannelMonitorZ in org.ldk.batteries
Fields in org.ldk.batteries declared as TwoTuple_BlockHashChannelMonitorZ Modifier and Type Field Description TwoTuple_BlockHashChannelMonitorZ[]ChannelManagerConstructor. channel_monitorsA list of ChannelMonitors and the last block they each saw. -
Uses of TwoTuple_BlockHashChannelMonitorZ in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_BlockHashChannelMonitorZ Modifier and Type Field Description TwoTuple_BlockHashChannelMonitorZResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_OK. resTwoTuple_BlockHashChannelMonitorZ[]Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_OK. resMethods in org.ldk.structs that return TwoTuple_BlockHashChannelMonitorZ Modifier and Type Method Description TwoTuple_BlockHashChannelMonitorZTwoTuple_BlockHashChannelMonitorZ. clone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static TwoTuple_BlockHashChannelMonitorZTwoTuple_BlockHashChannelMonitorZ. of(byte[] a, ChannelMonitor b)Creates a new C2Tuple_BlockHashChannelMonitorZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_BlockHashChannelMonitorZ Modifier and Type Method Description static Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ. ok(TwoTuple_BlockHashChannelMonitorZ o)Creates a new CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ in the success state.static Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ. ok(TwoTuple_BlockHashChannelMonitorZ[] o)Creates a new CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ in the success state.
-