com.hedera.hashgraph.sdk.proto.SignatureListOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
@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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.SignatureOrBuilder>
getSigsOrBuilderList();
/**
*
**
* each signature corresponds to a Key in the KeyList
*
*
* repeated .proto.Signature sigs = 2;
*/
com.hedera.hashgraph.sdk.proto.SignatureOrBuilder getSigsOrBuilder(
int index);
}