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 WatchedOutputWatchedOutput. clone()Creates a copy of the WatchedOutputstatic WatchedOutputWatchedOutput. 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_usizeTransactionZZFilter.FilterInterface. register_output(WatchedOutput output)Registers interest in spends of a transaction output.Option_C2Tuple_usizeTransactionZZFilter. register_output(WatchedOutput output)Registers interest in spends of a transaction output.
-