Uses of Class
org.ldk.structs.Option_AccessZ
-
Packages that use Option_AccessZ Package Description org.ldk.structs -
-
Uses of Option_AccessZ in org.ldk.structs
Subclasses of Option_AccessZ in org.ldk.structs Modifier and Type Class Description static classOption_AccessZ.NoneWhen we're in this state, this COption_AccessZ contains nothingstatic classOption_AccessZ.SomeWhen we're in this state, this COption_AccessZ contains a crate::lightning::chain::AccessMethods in org.ldk.structs that return Option_AccessZ Modifier and Type Method Description static Option_AccessZOption_AccessZ. none()Constructs a new COption_AccessZ containing nothingstatic Option_AccessZOption_AccessZ. some(Access o)Constructs a new COption_AccessZ containing a crate::lightning::chain::AccessMethods in org.ldk.structs with parameters of type Option_AccessZ Modifier and Type Method Description voidP2PGossipSync. add_chain_access(Option_AccessZ chain_access)Adds a provider used to check new announcements.static P2PGossipSyncP2PGossipSync. of(NetworkGraph network_graph, Option_AccessZ chain_access, Logger logger)Creates a new tracker of the actual state of the network of channels and nodes, assuming an existing Network Graph.Result_NoneLightningErrorZNetworkGraph. update_channel_from_announcement(ChannelAnnouncement msg, Option_AccessZ chain_access)Store or update channel info from a channel announcement.Result_NoneLightningErrorZNetworkGraph. update_channel_from_unsigned_announcement(UnsignedChannelAnnouncement msg, Option_AccessZ chain_access)Store or update channel info from a channel announcement without verifying the associated signatures.
-