io.provenance.attribute.v1.MsgDeleteDistinctAttributeRequestOrBuilder 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 MsgDeleteDistinctAttributeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.attribute.v1.MsgDeleteDistinctAttributeRequest)
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 account to add the attribute to.
*
*
* string account = 3;
*/
java.lang.String getAccount();
/**
*
* The account to add the attribute to.
*
*
* string account = 3;
*/
com.google.protobuf.ByteString
getAccountBytes();
/**
*
* The address that the name must resolve to.
*
*
* string owner = 4;
*/
java.lang.String getOwner();
/**
*
* The address that the name must resolve to.
*
*
* string owner = 4;
*/
com.google.protobuf.ByteString
getOwnerBytes();
}