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

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

  /**
   * repeated .provenance.marker.v1.Balance balances = 1 [(.gogoproto.nullable) = false];
   */
  java.util.List 
      getBalancesList();
  /**
   * repeated .provenance.marker.v1.Balance balances = 1 [(.gogoproto.nullable) = false];
   */
  io.provenance.marker.v1.Balance getBalances(int index);
  /**
   * repeated .provenance.marker.v1.Balance balances = 1 [(.gogoproto.nullable) = false];
   */
  int getBalancesCount();
  /**
   * repeated .provenance.marker.v1.Balance balances = 1 [(.gogoproto.nullable) = false];
   */
  java.util.List 
      getBalancesOrBuilderList();
  /**
   * repeated .provenance.marker.v1.Balance balances = 1 [(.gogoproto.nullable) = false];
   */
  io.provenance.marker.v1.BalanceOrBuilder getBalancesOrBuilder(
      int index);

  /**
   * 
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 2; */ boolean hasPagination(); /** *
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 2; */ cosmos.base.query.v1beta1.Pagination.PageResponse getPagination(); /** *
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 2; */ cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder getPaginationOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy