Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface ThresholdSignatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ThresholdSignature,ThresholdSignature.Builder
@Generated
@Deprecated
public interface ThresholdSignatureOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasSigs
boolean hasSigs()Deprecated.* 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;- Returns:
- Whether the sigs field is set.
-
getSigs
SignatureList getSigs()Deprecated.* 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;- Returns:
- The sigs.
-