Uses of Class
org.ldk.structs.Option_CVec_NetAddressZZ
-
Packages that use Option_CVec_NetAddressZZ Package Description org.ldk.structs -
-
Uses of Option_CVec_NetAddressZZ in org.ldk.structs
Subclasses of Option_CVec_NetAddressZZ in org.ldk.structs Modifier and Type Class Description static class
Option_CVec_NetAddressZZ.None
When we're in this state, this COption_CVec_NetAddressZZ contains nothingstatic class
Option_CVec_NetAddressZZ.Some
When we're in this state, this COption_CVec_NetAddressZZ contains a crate::c_types::derived::CVec_NetAddressZMethods in org.ldk.structs that return Option_CVec_NetAddressZZ Modifier and Type Method Description Option_CVec_NetAddressZZ
Option_CVec_NetAddressZZ. clone()
Creates a new COption_CVec_NetAddressZZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_CVec_NetAddressZZ
ReadOnlyNetworkGraph. get_addresses(byte[] pubkey)
Get network addresses by node id.static Option_CVec_NetAddressZZ
Option_CVec_NetAddressZZ. none()
Constructs a new COption_CVec_NetAddressZZ containing nothingstatic Option_CVec_NetAddressZZ
Option_CVec_NetAddressZZ. some(NetAddress[] o)
Constructs a new COption_CVec_NetAddressZZ containing a crate::c_types::derived::CVec_NetAddressZ
-