All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.ThresholdSignatureOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy