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

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

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 SignatureListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.SignatureList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * each signature corresponds to a Key in the KeyList
   * 
* * repeated .proto.Signature sigs = 2; */ java.util.List getSigsList(); /** *
   **
   * each signature corresponds to a Key in the KeyList
   * 
* * repeated .proto.Signature sigs = 2; */ com.hedera.hashgraph.sdk.proto.Signature getSigs(int index); /** *
   **
   * each signature corresponds to a Key in the KeyList
   * 
* * repeated .proto.Signature sigs = 2; */ int getSigsCount(); /** *
   **
   * each signature corresponds to a Key in the KeyList
   * 
* * repeated .proto.Signature sigs = 2; */ java.util.List getSigsOrBuilderList(); /** *
   **
   * each signature corresponds to a Key in the KeyList
   * 
* * repeated .proto.Signature sigs = 2; */ com.hedera.hashgraph.sdk.proto.SignatureOrBuilder getSigsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy