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 Option_C2Tuple_usizeTransactionZZ
Filter.FilterInterface. register_output(WatchedOutput output)
Registers interest in spends of a transaction output.Option_C2Tuple_usizeTransactionZZ
Filter. register_output(WatchedOutput output)
Registers interest in spends of a transaction output.
-