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

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

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

package io.provenance.marker.v1;

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

  /**
   * .cosmos.bank.v1beta1.Metadata metadata = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/x/bank/types.Metadata"];
   */
  boolean hasMetadata();
  /**
   * .cosmos.bank.v1beta1.Metadata metadata = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/x/bank/types.Metadata"];
   */
  cosmos.bank.v1beta1.Bank.Metadata getMetadata();
  /**
   * .cosmos.bank.v1beta1.Metadata metadata = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/x/bank/types.Metadata"];
   */
  cosmos.bank.v1beta1.Bank.MetadataOrBuilder getMetadataOrBuilder();

  /**
   * string administrator = 2;
   */
  java.lang.String getAdministrator();
  /**
   * string administrator = 2;
   */
  com.google.protobuf.ByteString
      getAdministratorBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy