Uses of Class
org.ldk.structs.PhantomKeysManager
-
Packages that use PhantomKeysManager Package Description org.ldk.structs -
-
Uses of PhantomKeysManager in org.ldk.structs
Methods in org.ldk.structs that return PhantomKeysManager Modifier and Type Method Description static PhantomKeysManagerPhantomKeysManager. of(byte[] seed, long starting_time_secs, int starting_time_nanos, byte[] cross_node_seed)Constructs a `PhantomKeysManager` given a 32-byte seed and an additional `cross_node_seed` that is shared across all nodes that intend to participate in [phantom node payments] together.
-