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 class
Option_NetAddressZ.None
When we're in this state, this COption_NetAddressZ contains nothingstatic class
Option_NetAddressZ.Some
When 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_NetAddressZ
Option_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_NetAddressZ
TwoTuple_PublicKeyCOption_NetAddressZZ. get_b()
Option_NetAddressZ
Init. get_remote_network_address()
The receipient's network address.static Option_NetAddressZ
Option_NetAddressZ. none()
Constructs a new COption_NetAddressZ containing nothingstatic Option_NetAddressZ
Option_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_NonePeerHandleErrorZ
PeerManager. 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_u8ZPeerHandleErrorZ
PeerManager. 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 Init
Init. of(InitFeatures features_arg, Option_NetAddressZ remote_network_address_arg)
Constructs a new Init given each fieldstatic TwoTuple_PublicKeyCOption_NetAddressZZ
TwoTuple_PublicKeyCOption_NetAddressZZ. of(byte[] a, Option_NetAddressZ b)
Creates a new C2Tuple_PublicKeyCOption_NetAddressZZ from the contained elements.void
Init. set_remote_network_address(Option_NetAddressZ val)
The receipient's network address.
-