com.hederahashgraph.api.proto.java.SignatureListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hederahashgraph.api.proto.java;
@java.lang.Deprecated public interface SignatureListOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.SignatureList)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* each signature corresponds to a Key in the KeyList
*
*
* repeated .proto.Signature sigs = 2;
*/
java.util.List
getSigsList();
/**
*
**
* each signature corresponds to a Key in the KeyList
*
*
* repeated .proto.Signature sigs = 2;
*/
com.hederahashgraph.api.proto.java.Signature getSigs(int index);
/**
*
**
* each signature corresponds to a Key in the KeyList
*
*
* repeated .proto.Signature sigs = 2;
*/
int getSigsCount();
/**
*
**
* each signature corresponds to a Key in the KeyList
*
*
* repeated .proto.Signature sigs = 2;
*/
java.util.List extends com.hederahashgraph.api.proto.java.SignatureOrBuilder>
getSigsOrBuilderList();
/**
*
**
* each signature corresponds to a Key in the KeyList
*
*
* repeated .proto.Signature sigs = 2;
*/
com.hederahashgraph.api.proto.java.SignatureOrBuilder getSigsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy