Uses of Class
org.ldk.structs.Option_NetAddressZ
-
Packages that use Option_NetAddressZ Package Description org.ldk.structs -
-
Uses of Option_NetAddressZ in org.ldk.structs
Subclasses of Option_NetAddressZ in org.ldk.structs Modifier and Type Class Description static classOption_NetAddressZ.NoneWhen we're in this state, this COption_NetAddressZ contains nothingstatic classOption_NetAddressZ.SomeWhen we're in this state, this COption_NetAddressZ contains a crate::lightning::ln::msgs::NetAddressMethods in org.ldk.structs that return Option_NetAddressZ Modifier and Type Method Description Option_NetAddressZOption_NetAddressZ. clone()Creates a new COption_NetAddressZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_NetAddressZInit. get_remote_network_address()The receipient's network address.static Option_NetAddressZOption_NetAddressZ. none()Constructs a new COption_NetAddressZ containing nothingstatic Option_NetAddressZOption_NetAddressZ. some(NetAddress o)Constructs a new COption_NetAddressZ containing a crate::lightning::ln::msgs::NetAddressMethods in org.ldk.structs with parameters of type Option_NetAddressZ Modifier and Type Method Description Result_NonePeerHandleErrorZPeerManager. new_inbound_connection(SocketDescriptor descriptor, Option_NetAddressZ remote_network_address)Indicates a new inbound connection has been established to a node with an optional remote network address.Result_CVec_u8ZPeerHandleErrorZPeerManager. new_outbound_connection(byte[] their_node_id, SocketDescriptor descriptor, Option_NetAddressZ remote_network_address)Indicates a new outbound connection has been established to a node with the given node_id and an optional remote network address.static InitInit. of(InitFeatures features_arg, Option_NetAddressZ remote_network_address_arg)Constructs a new Init given each fieldvoidInit. set_remote_network_address(Option_NetAddressZ val)The receipient's network address.
-