Uses of Class
org.ldk.structs.Option_CVec_SocketAddressZZ
-
Packages that use Option_CVec_SocketAddressZZ Package Description org.ldk.structs -
-
Uses of Option_CVec_SocketAddressZZ in org.ldk.structs
Subclasses of Option_CVec_SocketAddressZZ in org.ldk.structs Modifier and Type Class Description static classOption_CVec_SocketAddressZZ.NoneWhen we're in this state, this COption_CVec_SocketAddressZZ contains nothingstatic classOption_CVec_SocketAddressZZ.SomeWhen we're in this state, this COption_CVec_SocketAddressZZ contains a crate::c_types::derived::CVec_SocketAddressZMethods in org.ldk.structs that return Option_CVec_SocketAddressZZ Modifier and Type Method Description Option_CVec_SocketAddressZZOption_CVec_SocketAddressZZ. clone()Creates a new COption_CVec_SocketAddressZZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_CVec_SocketAddressZZReadOnlyNetworkGraph. get_addresses(byte[] pubkey)Get network addresses by node id.static Option_CVec_SocketAddressZZOption_CVec_SocketAddressZZ. none()Constructs a new COption_CVec_SocketAddressZZ containing nothingstatic Option_CVec_SocketAddressZZOption_CVec_SocketAddressZZ. some(SocketAddress[] o)Constructs a new COption_CVec_SocketAddressZZ containing a crate::c_types::derived::CVec_SocketAddressZ
-