
com.hederahashgraph.api.proto.java.ThresholdSignatureOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BasicTypes.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;
*/
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;
*/
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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy