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 classOption_UtxoLookupZ.NoneWhen we're in this state, this COption_UtxoLookupZ contains nothingstatic classOption_UtxoLookupZ.SomeWhen 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_UtxoLookupZOption_UtxoLookupZ. none()Constructs a new COption_UtxoLookupZ containing nothingstatic Option_UtxoLookupZOption_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 voidP2PGossipSync. add_utxo_lookup(Option_UtxoLookupZ utxo_lookup)Adds a provider used to check new announcements.static P2PGossipSyncP2PGossipSync. 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_NoneLightningErrorZNetworkGraph. update_channel_from_announcement(ChannelAnnouncement msg, Option_UtxoLookupZ utxo_lookup)Store or update channel info from a channel announcement.Result_NoneLightningErrorZNetworkGraph. 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.
-