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

games.mythical.saga.sdk.proto.api.item.BurnItemRequestOrBuilder 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 BurnItemRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.item.BurnItemRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Game's id for the Item to burn 
   * 
* * string inventory_id = 1; * @return The inventoryId. */ java.lang.String getInventoryId(); /** *
   * Game's id for the Item to burn 
   * 
* * string inventory_id = 1; * @return The bytes for inventoryId. */ com.google.protobuf.ByteString getInventoryIdBytes(); /** * bool prefund_gas = 2; * @return The prefundGas. */ boolean getPrefundGas(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy