All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.provenance.name.v1.QueryResolveResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/name/v1/query.proto

package io.provenance.name.v1;

public interface QueryResolveResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.name.v1.QueryResolveResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * a string containing the address the name resolves to
   * 
* * string address = 1; */ java.lang.String getAddress(); /** *
   * a string containing the address the name resolves to
   * 
* * string address = 1; */ com.google.protobuf.ByteString getAddressBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy