com.hedera.hashgraph.sdk.proto.NodeAddressBookOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hedera.hashgraph.sdk.proto;
public interface NodeAddressBookOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.NodeAddressBook)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
java.util.List
getNodeAddressList();
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
com.hedera.hashgraph.sdk.proto.NodeAddress getNodeAddress(int index);
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
int getNodeAddressCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy