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