Uses of Class
org.ldk.structs.WatchedOutput
-
Packages that use WatchedOutput Package Description org.ldk.structs -
-
Uses of WatchedOutput in org.ldk.structs
Methods in org.ldk.structs that return WatchedOutput Modifier and Type Method Description WatchedOutput
WatchedOutput. clone()
Creates a copy of the WatchedOutputstatic WatchedOutput
WatchedOutput. of(byte[] block_hash_arg, OutPoint outpoint_arg, byte[] script_pubkey_arg)
Constructs a new WatchedOutput given each fieldMethods in org.ldk.structs with parameters of type WatchedOutput Modifier and Type Method Description boolean
WatchedOutput. eq(WatchedOutput b)
Checks if two WatchedOutputs contain equal inner contents.void
Filter.FilterInterface. register_output(WatchedOutput output)
Registers interest in spends of a transaction output.void
Filter. register_output(WatchedOutput output)
Registers interest in spends of a transaction output.
-