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 class
Option_AccessZ.None
static class
Option_AccessZ.Some
Methods in org.ldk.structs that return Option_AccessZ Modifier and Type Method Description static Option_AccessZ
Option_AccessZ. none()
Constructs a new COption_AccessZ containing nothingstatic Option_AccessZ
Option_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 void
NetGraphMsgHandler. add_chain_access(Option_AccessZ chain_access)
Adds a provider used to check new announcements.static NetGraphMsgHandler
NetGraphMsgHandler. of(byte[] network_graph_genesis_hash, 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_NoneLightningErrorZ
NetworkGraph. update_channel_from_announcement(ChannelAnnouncement msg, Option_AccessZ chain_access)
Store or update channel info from a channel announcement.Result_NoneLightningErrorZ
NetworkGraph. 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.
-