games.mythical.saga.sdk.proto.api.currency.BurnCurrencyRequestOrBuilder 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 BurnCurrencyRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.currency.BurnCurrencyRequest)
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 oauth_id = 2;
* @return The oauthId.
*/
java.lang.String getOauthId();
/**
* string oauth_id = 2;
* @return The bytes for oauthId.
*/
com.google.protobuf.ByteString
getOauthIdBytes();
/**
* string amount_in_wei = 3;
* @return The amountInWei.
*/
java.lang.String getAmountInWei();
/**
* string amount_in_wei = 3;
* @return The bytes for amountInWei.
*/
com.google.protobuf.ByteString
getAmountInWeiBytes();
/**
* string idempotency_id = 4;
* @return The idempotencyId.
*/
java.lang.String getIdempotencyId();
/**
* string idempotency_id = 4;
* @return The bytes for idempotencyId.
*/
com.google.protobuf.ByteString
getIdempotencyIdBytes();
/**
* bool prefund_gas = 5;
* @return The prefundGas.
*/
boolean getPrefundGas();
}