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

com.hederahashgraph.api.proto.java.SignatureListOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: basic_types.proto

package com.hederahashgraph.api.proto.java;

@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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.SignatureOrBuilder getSigsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy