io.provenance.marker.v1.QueryEscrowRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/marker/v1/query.proto
package io.provenance.marker.v1;
public interface QueryEscrowRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.marker.v1.QueryEscrowRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* address or denom for the marker
*
*
* string id = 1;
*/
java.lang.String getId();
/**
*
* address or denom for the marker
*
*
* string id = 1;
*/
com.google.protobuf.ByteString
getIdBytes();
}