io.provenance.attribute.v1.ParamsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/attribute/v1/attribute.proto
package io.provenance.attribute.v1;
public interface ParamsOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.attribute.v1.Params)
com.google.protobuf.MessageOrBuilder {
/**
*
* maximum length of data to allow in an attribute value
*
*
* uint32 max_value_length = 1;
*/
int getMaxValueLength();
}