Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface NodeAddressBookOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
NodeAddressBook,NodeAddressBook.Builder
@Generated
public interface NodeAddressBookOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNodeAddress(int index) * Published data for all nodes in the networkint* Published data for all nodes in the network* Published data for all nodes in the networkMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getNodeAddressList
List<NodeAddress> getNodeAddressList()* Published data for all nodes in the network
repeated .proto.NodeAddress nodeAddress = 1; -
getNodeAddress
* Published data for all nodes in the network
repeated .proto.NodeAddress nodeAddress = 1; -
getNodeAddressCount
int getNodeAddressCount()* Published data for all nodes in the network
repeated .proto.NodeAddress nodeAddress = 1;
-