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

io.provenance.name.v1.QueryParamsResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/name/v1/query.proto

package io.provenance.name.v1;

public interface QueryParamsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.name.v1.QueryParamsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * params defines the parameters of the module.
   * 
* * .provenance.name.v1.Params params = 1 [(.gogoproto.nullable) = false]; */ boolean hasParams(); /** *
   * params defines the parameters of the module.
   * 
* * .provenance.name.v1.Params params = 1 [(.gogoproto.nullable) = false]; */ io.provenance.name.v1.Params getParams(); /** *
   * params defines the parameters of the module.
   * 
* * .provenance.name.v1.Params params = 1 [(.gogoproto.nullable) = false]; */ io.provenance.name.v1.ParamsOrBuilder getParamsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy