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

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

  /**
   * string denom = 1;
   */
  java.lang.String getDenom();
  /**
   * string denom = 1;
   */
  com.google.protobuf.ByteString
      getDenomBytes();

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

  /**
   * string to_address = 3;
   */
  java.lang.String getToAddress();
  /**
   * string to_address = 3;
   */
  com.google.protobuf.ByteString
      getToAddressBytes();

  /**
   * repeated .cosmos.base.v1beta1.Coin amount = 4 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  java.util.List 
      getAmountList();
  /**
   * repeated .cosmos.base.v1beta1.Coin amount = 4 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  cosmos.base.v1beta1.CoinOuterClass.Coin getAmount(int index);
  /**
   * repeated .cosmos.base.v1beta1.Coin amount = 4 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  int getAmountCount();
  /**
   * repeated .cosmos.base.v1beta1.Coin amount = 4 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  java.util.List 
      getAmountOrBuilderList();
  /**
   * repeated .cosmos.base.v1beta1.Coin amount = 4 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  cosmos.base.v1beta1.CoinOuterClass.CoinOrBuilder getAmountOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy