games.mythical.saga.sdk.proto.api.currency.UserAmountProtoOrBuilder 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/currency/definition.proto
package games.mythical.saga.sdk.proto.api.currency;
public interface UserAmountProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.currency.UserAmountProto)
com.google.protobuf.MessageOrBuilder {
/**
*
* User to issue currency to
*
*
* string oauth_id = 1;
* @return The oauthId.
*/
java.lang.String getOauthId();
/**
*
* User to issue currency to
*
*
* string oauth_id = 1;
* @return The bytes for oauthId.
*/
com.google.protobuf.ByteString
getOauthIdBytes();
/**
*
* Amount to issue
*
*
* string amount_in_wei = 2;
* @return The amountInWei.
*/
java.lang.String getAmountInWei();
/**
*
* Amount to issue
*
*
* string amount_in_wei = 2;
* @return The bytes for amountInWei.
*/
com.google.protobuf.ByteString
getAmountInWeiBytes();
}