games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProtoOrBuilder 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/playerwallet/definition.proto
package games.mythical.saga.sdk.proto.api.playerwallet;
public interface PlayerWalletProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.playerwallet.PlayerWalletProto)
com.google.protobuf.MessageOrBuilder {
/**
* string trace_id = 1;
* @return The traceId.
*/
java.lang.String getTraceId();
/**
* string trace_id = 1;
* @return The bytes for traceId.
*/
com.google.protobuf.ByteString
getTraceIdBytes();
/**
* 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 address = 3;
* @return The address.
*/
java.lang.String getAddress();
/**
* string address = 3;
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
* string balance_in_wei = 4;
* @return The balanceInWei.
*/
java.lang.String getBalanceInWei();
/**
* string balance_in_wei = 4;
* @return The bytes for balanceInWei.
*/
com.google.protobuf.ByteString
getBalanceInWeiBytes();
/**
* .google.protobuf.Timestamp created_at = 5;
* @return Whether the createdAt field is set.
*/
boolean hasCreatedAt();
/**
* .google.protobuf.Timestamp created_at = 5;
* @return The createdAt.
*/
com.google.protobuf.Timestamp getCreatedAt();
/**
* .google.protobuf.Timestamp created_at = 5;
*/
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder();
/**
* .google.protobuf.Timestamp updated_at = 6;
* @return Whether the updatedAt field is set.
*/
boolean hasUpdatedAt();
/**
* .google.protobuf.Timestamp updated_at = 6;
* @return The updatedAt.
*/
com.google.protobuf.Timestamp getUpdatedAt();
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder();
/**
* string withdrawable_limit_in_wei = 7;
* @return The withdrawableLimitInWei.
*/
java.lang.String getWithdrawableLimitInWei();
/**
* string withdrawable_limit_in_wei = 7;
* @return The bytes for withdrawableLimitInWei.
*/
com.google.protobuf.ByteString
getWithdrawableLimitInWeiBytes();
}