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

io.provenance.marker.v1.QuerySupplyResponseOrBuilder 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 QuerySupplyResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.marker.v1.QuerySupplyResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * amount is the supply of the marker.
   * 
* * .cosmos.base.v1beta1.Coin amount = 1 [(.gogoproto.nullable) = false]; */ boolean hasAmount(); /** *
   * amount is the supply of the marker.
   * 
* * .cosmos.base.v1beta1.Coin amount = 1 [(.gogoproto.nullable) = false]; */ cosmos.base.v1beta1.CoinOuterClass.Coin getAmount(); /** *
   * amount is the supply of the marker.
   * 
* * .cosmos.base.v1beta1.Coin amount = 1 [(.gogoproto.nullable) = false]; */ cosmos.base.v1beta1.CoinOuterClass.CoinOrBuilder getAmountOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy