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

games.mythical.saga.sdk.proto.api.currency.TransferCurrencyRequestOrBuilder 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 TransferCurrencyRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.currency.TransferCurrencyRequest)
    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 source_oauth_id = 2;
   * @return The sourceOauthId.
   */
  java.lang.String getSourceOauthId();
  /**
   * string source_oauth_id = 2;
   * @return The bytes for sourceOauthId.
   */
  com.google.protobuf.ByteString
      getSourceOauthIdBytes();

  /**
   * string dest_oauth_id = 3;
   * @return The destOauthId.
   */
  java.lang.String getDestOauthId();
  /**
   * string dest_oauth_id = 3;
   * @return The bytes for destOauthId.
   */
  com.google.protobuf.ByteString
      getDestOauthIdBytes();

  /**
   * string amount_in_wei = 4;
   * @return The amountInWei.
   */
  java.lang.String getAmountInWei();
  /**
   * string amount_in_wei = 4;
   * @return The bytes for amountInWei.
   */
  com.google.protobuf.ByteString
      getAmountInWeiBytes();

  /**
   * string idempotency_id = 5;
   * @return The idempotencyId.
   */
  java.lang.String getIdempotencyId();
  /**
   * string idempotency_id = 5;
   * @return The bytes for idempotencyId.
   */
  com.google.protobuf.ByteString
      getIdempotencyIdBytes();

  /**
   * bool prefund_gas = 6;
   * @return The prefundGas.
   */
  boolean getPrefundGas();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy