games.mythical.saga.sdk.proto.api.nftbridge.WithdrawItemRequestOrBuilder 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/nftbridge/definition.proto
package games.mythical.saga.sdk.proto.api.nftbridge;
public interface WithdrawItemRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.nftbridge.WithdrawItemRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .saga.api.nftbridge.QuoteBridgeNFTRequest quote_request = 1;
* @return Whether the quoteRequest field is set.
*/
boolean hasQuoteRequest();
/**
* .saga.api.nftbridge.QuoteBridgeNFTRequest quote_request = 1;
* @return The quoteRequest.
*/
games.mythical.saga.sdk.proto.api.nftbridge.QuoteBridgeNFTRequest getQuoteRequest();
/**
* .saga.api.nftbridge.QuoteBridgeNFTRequest quote_request = 1;
*/
games.mythical.saga.sdk.proto.api.nftbridge.QuoteBridgeNFTRequestOrBuilder getQuoteRequestOrBuilder();
/**
* string fee_in_originchain_native_token = 2;
* @return The feeInOriginchainNativeToken.
*/
java.lang.String getFeeInOriginchainNativeToken();
/**
* string fee_in_originchain_native_token = 2;
* @return The bytes for feeInOriginchainNativeToken.
*/
com.google.protobuf.ByteString
getFeeInOriginchainNativeTokenBytes();
/**
* string expires_at = 3;
* @return The expiresAt.
*/
java.lang.String getExpiresAt();
/**
* string expires_at = 3;
* @return The bytes for expiresAt.
*/
com.google.protobuf.ByteString
getExpiresAtBytes();
/**
* string signature = 4;
* @return The signature.
*/
java.lang.String getSignature();
/**
* string signature = 4;
* @return The bytes for signature.
*/
com.google.protobuf.ByteString
getSignatureBytes();
/**
* string item_type_id = 5;
* @return The itemTypeId.
*/
java.lang.String getItemTypeId();
/**
* string item_type_id = 5;
* @return The bytes for itemTypeId.
*/
com.google.protobuf.ByteString
getItemTypeIdBytes();
/**
* string targetchain_wallet_address = 6;
* @return The targetchainWalletAddress.
*/
java.lang.String getTargetchainWalletAddress();
/**
* string targetchain_wallet_address = 6;
* @return The bytes for targetchainWalletAddress.
*/
com.google.protobuf.ByteString
getTargetchainWalletAddressBytes();
}