com.hederahashgraph.api.proto.java.ThresholdSignatureOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hederahashgraph.api.proto.java;
@java.lang.Deprecated public interface ThresholdSignatureOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ThresholdSignature)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* for an N-of-M threshold key, this is a list of M signatures, at least N of which must be
* non-null
*
*
* .proto.SignatureList sigs = 2;
* @return Whether the sigs field is set.
*/
boolean hasSigs();
/**
*
**
* for an N-of-M threshold key, this is a list of M signatures, at least N of which must be
* non-null
*
*
* .proto.SignatureList sigs = 2;
* @return The sigs.
*/
com.hederahashgraph.api.proto.java.SignatureList getSigs();
/**
*
**
* for an N-of-M threshold key, this is a list of M signatures, at least N of which must be
* non-null
*
*
* .proto.SignatureList sigs = 2;
*/
com.hederahashgraph.api.proto.java.SignatureListOrBuilder getSigsOrBuilder();
}