
com.hedera.hashgraph.sdk.proto.SignatureListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hedera.hashgraph.sdk.proto;
@java.lang.Deprecated public interface SignatureListOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.SignatureList)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* 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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy