Uses of Class
org.ldk.structs.TwoTuple_ThirtyTwoBytesChannelMonitorZ
-
Packages that use TwoTuple_ThirtyTwoBytesChannelMonitorZ Package Description org.ldk.batteries org.ldk.structs -
-
Uses of TwoTuple_ThirtyTwoBytesChannelMonitorZ in org.ldk.batteries
Fields in org.ldk.batteries declared as TwoTuple_ThirtyTwoBytesChannelMonitorZ Modifier and Type Field Description TwoTuple_ThirtyTwoBytesChannelMonitorZ[]ChannelManagerConstructor. channel_monitorsA list of ChannelMonitors and the last block they each saw. -
Uses of TwoTuple_ThirtyTwoBytesChannelMonitorZ in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_ThirtyTwoBytesChannelMonitorZ Modifier and Type Field Description TwoTuple_ThirtyTwoBytesChannelMonitorZResult_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ_OK. resTwoTuple_ThirtyTwoBytesChannelMonitorZResult_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ_OK. resTwoTuple_ThirtyTwoBytesChannelMonitorZ[]Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ_OK. resMethods in org.ldk.structs that return TwoTuple_ThirtyTwoBytesChannelMonitorZ Modifier and Type Method Description TwoTuple_ThirtyTwoBytesChannelMonitorZTwoTuple_ThirtyTwoBytesChannelMonitorZ. clone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static TwoTuple_ThirtyTwoBytesChannelMonitorZTwoTuple_ThirtyTwoBytesChannelMonitorZ. of(byte[] a, ChannelMonitor b)Creates a new C2Tuple_ThirtyTwoBytesChannelMonitorZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_ThirtyTwoBytesChannelMonitorZ Modifier and Type Method Description static Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZResult_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ. ok(TwoTuple_ThirtyTwoBytesChannelMonitorZ o)Creates a new CResult_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ in the success state.static Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZResult_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ. ok(TwoTuple_ThirtyTwoBytesChannelMonitorZ o)Creates a new CResult_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ in the success state.static Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZResult_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ. ok(TwoTuple_ThirtyTwoBytesChannelMonitorZ[] o)Creates a new CResult_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ in the success state.
-