Uses of Class
org.ldk.structs.Option_UtxoLookupZ
-
Packages that use Option_UtxoLookupZ Package Description org.ldk.structs -
-
Uses of Option_UtxoLookupZ in org.ldk.structs
Subclasses of Option_UtxoLookupZ in org.ldk.structs Modifier and Type Class Description static class
Option_UtxoLookupZ.None
When we're in this state, this COption_UtxoLookupZ contains nothingstatic class
Option_UtxoLookupZ.Some
When we're in this state, this COption_UtxoLookupZ contains a crate::lightning::routing::utxo::UtxoLookupMethods in org.ldk.structs that return Option_UtxoLookupZ Modifier and Type Method Description static Option_UtxoLookupZ
Option_UtxoLookupZ. none()
Constructs a new COption_UtxoLookupZ containing nothingstatic Option_UtxoLookupZ
Option_UtxoLookupZ. some(UtxoLookup o)
Constructs a new COption_UtxoLookupZ containing a crate::lightning::routing::utxo::UtxoLookupMethods in org.ldk.structs with parameters of type Option_UtxoLookupZ Modifier and Type Method Description void
P2PGossipSync. add_utxo_lookup(Option_UtxoLookupZ utxo_lookup)
Adds a provider used to check new announcements.static P2PGossipSync
P2PGossipSync. of(NetworkGraph network_graph, Option_UtxoLookupZ utxo_lookup, Logger logger)
Creates a new tracker of the actual state of the network of channels and nodes, assuming an existing [`NetworkGraph`].Result_NoneLightningErrorZ
NetworkGraph. update_channel_from_announcement(ChannelAnnouncement msg, Option_UtxoLookupZ utxo_lookup)
Store or update channel info from a channel announcement.Result_NoneLightningErrorZ
NetworkGraph. update_channel_from_unsigned_announcement(UnsignedChannelAnnouncement msg, Option_UtxoLookupZ utxo_lookup)
Store or update channel info from a channel announcement without verifying the associated signatures.
-