io.provenance.attribute.v1.MsgAddAttributeRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/attribute/v1/tx.proto
package io.provenance.attribute.v1;
public interface MsgAddAttributeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.attribute.v1.MsgAddAttributeRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The attribute name.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* The attribute name.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The attribute value.
*
*
* bytes value = 2;
*/
com.google.protobuf.ByteString getValue();
/**
*
* The attribute value type.
*
*
* .provenance.attribute.v1.AttributeType attribute_type = 3;
*/
int getAttributeTypeValue();
/**
*
* The attribute value type.
*
*
* .provenance.attribute.v1.AttributeType attribute_type = 3;
*/
io.provenance.attribute.v1.AttributeType getAttributeType();
/**
*
* The account to add the attribute to.
*
*
* string account = 4;
*/
java.lang.String getAccount();
/**
*
* The account to add the attribute to.
*
*
* string account = 4;
*/
com.google.protobuf.ByteString
getAccountBytes();
/**
*
* The address that the name must resolve to.
*
*
* string owner = 5;
*/
java.lang.String getOwner();
/**
*
* The address that the name must resolve to.
*
*
* string owner = 5;
*/
com.google.protobuf.ByteString
getOwnerBytes();
}