com.hedera.hashgraph.sdk.proto.ThresholdSignatureOrBuilder 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 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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.SignatureListOrBuilder getSigsOrBuilder();
}