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

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

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

package com.hedera.hashgraph.sdk.proto;

public interface KeyListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.KeyList)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   **
   * list of keys
   * 
* * repeated .proto.Key keys = 1; */ java.util.List getKeysList(); /** *
   **
   * list of keys
   * 
* * repeated .proto.Key keys = 1; */ com.hedera.hashgraph.sdk.proto.Key getKeys(int index); /** *
   **
   * list of keys
   * 
* * repeated .proto.Key keys = 1; */ int getKeysCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy