Uses of Class
org.ldk.structs.TwoTuple_PublicKeyCOption_NetAddressZZ
-
Packages that use TwoTuple_PublicKeyCOption_NetAddressZZ Package Description org.ldk.structs -
-
Uses of TwoTuple_PublicKeyCOption_NetAddressZZ in org.ldk.structs
Methods in org.ldk.structs that return TwoTuple_PublicKeyCOption_NetAddressZZ Modifier and Type Method Description TwoTuple_PublicKeyCOption_NetAddressZZ
TwoTuple_PublicKeyCOption_NetAddressZZ. clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.TwoTuple_PublicKeyCOption_NetAddressZZ[]
PeerManager. get_peer_node_ids()
Get a list of tuples mapping from node id to network addresses for peers which have completed the initial handshake.static TwoTuple_PublicKeyCOption_NetAddressZZ
TwoTuple_PublicKeyCOption_NetAddressZZ. of(byte[] a, Option_NetAddressZ b)
Creates a new C2Tuple_PublicKeyCOption_NetAddressZZ from the contained elements.
-