com.hedera.hashgraph.sdk.proto.RosterOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Hedera™ Hashgraph SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: roster.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface RosterOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.state.roster.Roster)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* List of roster entries, one per consensus node.
* <p>
* This list SHALL contain roster entries in natural order of ascending node ids.
* This list SHALL NOT be empty.<br/>
*
*
* repeated .com.hedera.hapi.node.state.roster.RosterEntry roster_entries = 1;
*/
java.util.List
getRosterEntriesList();
/**
*
**
* List of roster entries, one per consensus node.
* <p>
* This list SHALL contain roster entries in natural order of ascending node ids.
* This list SHALL NOT be empty.<br/>
*
*
* repeated .com.hedera.hapi.node.state.roster.RosterEntry roster_entries = 1;
*/
com.hedera.hashgraph.sdk.proto.RosterEntry getRosterEntries(int index);
/**
*
**
* List of roster entries, one per consensus node.
* <p>
* This list SHALL contain roster entries in natural order of ascending node ids.
* This list SHALL NOT be empty.<br/>
*
*
* repeated .com.hedera.hapi.node.state.roster.RosterEntry roster_entries = 1;
*/
int getRosterEntriesCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy