io.provenance.name.v1.NameRecordOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/name/v1/name.proto
package io.provenance.name.v1;
public interface NameRecordOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.name.v1.NameRecord)
com.google.protobuf.MessageOrBuilder {
/**
*
* The bound name
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* The bound name
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The address the name resolved to.
*
*
* string address = 2;
*/
java.lang.String getAddress();
/**
*
* The address the name resolved to.
*
*
* string address = 2;
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
*
* Whether owner signature is required to add sub-names.
*
*
* bool restricted = 3;
*/
boolean getRestricted();
}