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

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

  /**
   * repeated .cosmos.base.v1beta1.Coin escrow = 1 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  java.util.List 
      getEscrowList();
  /**
   * repeated .cosmos.base.v1beta1.Coin escrow = 1 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  cosmos.base.v1beta1.CoinOuterClass.Coin getEscrow(int index);
  /**
   * repeated .cosmos.base.v1beta1.Coin escrow = 1 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  int getEscrowCount();
  /**
   * repeated .cosmos.base.v1beta1.Coin escrow = 1 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  java.util.List 
      getEscrowOrBuilderList();
  /**
   * repeated .cosmos.base.v1beta1.Coin escrow = 1 [(.gogoproto.nullable) = false, (.gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
   */
  cosmos.base.v1beta1.CoinOuterClass.CoinOrBuilder getEscrowOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy