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

games.mythical.saga.sdk.proto.api.currency.BalanceProtoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: api/currency/definition.proto

package games.mythical.saga.sdk.proto.api.currency;

public interface BalanceProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.currency.BalanceProto)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string currency_type_id = 1;
   * @return The currencyTypeId.
   */
  java.lang.String getCurrencyTypeId();
  /**
   * string currency_type_id = 1;
   * @return The bytes for currencyTypeId.
   */
  com.google.protobuf.ByteString
      getCurrencyTypeIdBytes();

  /**
   * string balance_in_wei = 2;
   * @return The balanceInWei.
   */
  java.lang.String getBalanceInWei();
  /**
   * string balance_in_wei = 2;
   * @return The bytes for balanceInWei.
   */
  com.google.protobuf.ByteString
      getBalanceInWeiBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy