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

io.provenance.marker.v1.SupplyIncreaseProposalOrBuilder Maven / Gradle / Ivy

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

package io.provenance.marker.v1;

public interface SupplyIncreaseProposalOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.marker.v1.SupplyIncreaseProposal)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string title = 1;
   */
  java.lang.String getTitle();
  /**
   * string title = 1;
   */
  com.google.protobuf.ByteString
      getTitleBytes();

  /**
   * string description = 2;
   */
  java.lang.String getDescription();
  /**
   * string description = 2;
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();

  /**
   * .cosmos.base.v1beta1.Coin amount = 3 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Coin"];
   */
  boolean hasAmount();
  /**
   * .cosmos.base.v1beta1.Coin amount = 3 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Coin"];
   */
  cosmos.base.v1beta1.CoinOuterClass.Coin getAmount();
  /**
   * .cosmos.base.v1beta1.Coin amount = 3 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Coin"];
   */
  cosmos.base.v1beta1.CoinOuterClass.CoinOrBuilder getAmountOrBuilder();

  /**
   * 
   * an optional target address for the minted coin from this request
   * 
* * string target_adddress = 4; */ java.lang.String getTargetAdddress(); /** *
   * an optional target address for the minted coin from this request
   * 
* * string target_adddress = 4; */ com.google.protobuf.ByteString getTargetAdddressBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy