com.hederahashgraph.api.proto.java.RosterSignaturesOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/roster/ledger_id.proto
// Protobuf Java Version: 3.25.4
package com.hederahashgraph.api.proto.java;
public interface RosterSignaturesOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.state.roster.RosterSignatures)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A roster hash for the roster that the node signatures are from.
*
*
* bytes roster_hash = 1;
* @return The rosterHash.
*/
com.google.protobuf.ByteString getRosterHash();
/**
*
**
* A list of node signatures on the same message where all node ids in the
* NodeSignature objects are from the roster that the roster_hash represents.
*
*
* repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2;
*/
java.util.List
getNodeSignaturesList();
/**
*
**
* A list of node signatures on the same message where all node ids in the
* NodeSignature objects are from the roster that the roster_hash represents.
*
*
* repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2;
*/
com.hederahashgraph.api.proto.java.NodeSignature getNodeSignatures(int index);
/**
*
**
* A list of node signatures on the same message where all node ids in the
* NodeSignature objects are from the roster that the roster_hash represents.
*
*
* repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2;
*/
int getNodeSignaturesCount();
/**
*
**
* A list of node signatures on the same message where all node ids in the
* NodeSignature objects are from the roster that the roster_hash represents.
*
*
* repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2;
*/
java.util.List extends com.hederahashgraph.api.proto.java.NodeSignatureOrBuilder>
getNodeSignaturesOrBuilderList();
/**
*
**
* A list of node signatures on the same message where all node ids in the
* NodeSignature objects are from the roster that the roster_hash represents.
*
*
* repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2;
*/
com.hederahashgraph.api.proto.java.NodeSignatureOrBuilder getNodeSignaturesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy