games.mythical.saga.sdk.proto.api.item.DepositItemRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saga-sdk-proto Show documentation
Show all versions of saga-sdk-proto Show documentation
Saga SDK for Java game servers
// 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();
}