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

games.mythical.saga.sdk.proto.api.item.DepositItemRequestOrBuilder 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/item/definition.proto

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

public interface DepositItemRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.item.DepositItemRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string inventory_id = 1;
   * @return The inventoryId.
   */
  java.lang.String getInventoryId();
  /**
   * string inventory_id = 1;
   * @return The bytes for inventoryId.
   */
  com.google.protobuf.ByteString
      getInventoryIdBytes();

  /**
   * string created_by = 2;
   * @return The createdBy.
   */
  java.lang.String getCreatedBy();
  /**
   * string created_by = 2;
   * @return The bytes for createdBy.
   */
  com.google.protobuf.ByteString
      getCreatedByBytes();

  /**
   * string from_address = 3;
   * @return The fromAddress.
   */
  java.lang.String getFromAddress();
  /**
   * string from_address = 3;
   * @return The bytes for fromAddress.
   */
  com.google.protobuf.ByteString
      getFromAddressBytes();

  /**
   * string to_address = 4;
   * @return The toAddress.
   */
  java.lang.String getToAddress();
  /**
   * string to_address = 4;
   * @return The bytes for toAddress.
   */
  com.google.protobuf.ByteString
      getToAddressBytes();

  /**
   * .saga.proto.common.item.BlockChains from_chain = 5;
   * @return The enum numeric value on the wire for fromChain.
   */
  int getFromChainValue();
  /**
   * .saga.proto.common.item.BlockChains from_chain = 5;
   * @return The fromChain.
   */
  games.mythical.saga.sdk.proto.common.item.BlockChains getFromChain();

  /**
   * string transaction_id = 6;
   * @return The transactionId.
   */
  java.lang.String getTransactionId();
  /**
   * string transaction_id = 6;
   * @return The bytes for transactionId.
   */
  com.google.protobuf.ByteString
      getTransactionIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy