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_OutPointScriptZ
TwoTuple_OutPointScriptZ. clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.TwoTuple_OutPointScriptZ
ChannelMonitor. get_funding_txo()
Gets the funding transaction outpoint of the channel this ChannelMonitor is monitoring for.static TwoTuple_OutPointScriptZ
TwoTuple_OutPointScriptZ. of(OutPoint a, byte[] b)
Creates a new C2Tuple_OutPointScriptZ from the contained elements.
-