Uses of Class
org.ldk.structs.TwoTuple_OutPointCVec_u8ZZ
-
Packages that use TwoTuple_OutPointCVec_u8ZZ Package Description org.ldk.structs -
-
Uses of TwoTuple_OutPointCVec_u8ZZ in org.ldk.structs
Methods in org.ldk.structs that return TwoTuple_OutPointCVec_u8ZZ Modifier and Type Method Description TwoTuple_OutPointCVec_u8ZZTwoTuple_OutPointCVec_u8ZZ. clone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.TwoTuple_OutPointCVec_u8ZZChannelMonitor. get_funding_txo()Gets the funding transaction outpoint of the channel this ChannelMonitor is monitoring for.static TwoTuple_OutPointCVec_u8ZZTwoTuple_OutPointCVec_u8ZZ. of(OutPoint a, byte[] b)Creates a new C2Tuple_OutPointCVec_u8ZZ from the contained elements.
-