![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.attribute.v1.QueryParamsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/attribute/v1/query.proto
package io.provenance.attribute.v1;
public interface QueryParamsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.attribute.v1.QueryParamsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* params defines the parameters of the module.
*
*
* .provenance.attribute.v1.Params params = 1 [(.gogoproto.nullable) = false];
*/
boolean hasParams();
/**
*
* params defines the parameters of the module.
*
*
* .provenance.attribute.v1.Params params = 1 [(.gogoproto.nullable) = false];
*/
io.provenance.attribute.v1.Params getParams();
/**
*
* params defines the parameters of the module.
*
*
* .provenance.attribute.v1.Params params = 1 [(.gogoproto.nullable) = false];
*/
io.provenance.attribute.v1.ParamsOrBuilder getParamsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy