games.mythical.saga.sdk.proto.api.nftbridge.QuoteBridgeNFTResponseOrBuilder 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 QuoteBridgeNFTResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.nftbridge.QuoteBridgeNFTResponse)
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 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 fee_in_originchain_native_token_unit = 3;
* @return The feeInOriginchainNativeTokenUnit.
*/
java.lang.String getFeeInOriginchainNativeTokenUnit();
/**
* string fee_in_originchain_native_token_unit = 3;
* @return The bytes for feeInOriginchainNativeTokenUnit.
*/
com.google.protobuf.ByteString
getFeeInOriginchainNativeTokenUnitBytes();
/**
* string fee_in_usd = 4;
* @return The feeInUsd.
*/
java.lang.String getFeeInUsd();
/**
* string fee_in_usd = 4;
* @return The bytes for feeInUsd.
*/
com.google.protobuf.ByteString
getFeeInUsdBytes();
/**
* string expires_at = 5;
* @return The expiresAt.
*/
java.lang.String getExpiresAt();
/**
* string expires_at = 5;
* @return The bytes for expiresAt.
*/
com.google.protobuf.ByteString
getExpiresAtBytes();
/**
* string gas_price_originchain = 6;
* @return The gasPriceOriginchain.
*/
java.lang.String getGasPriceOriginchain();
/**
* string gas_price_originchain = 6;
* @return The bytes for gasPriceOriginchain.
*/
com.google.protobuf.ByteString
getGasPriceOriginchainBytes();
/**
* string gas_price_originchain_unit = 7;
* @return The gasPriceOriginchainUnit.
*/
java.lang.String getGasPriceOriginchainUnit();
/**
* string gas_price_originchain_unit = 7;
* @return The bytes for gasPriceOriginchainUnit.
*/
com.google.protobuf.ByteString
getGasPriceOriginchainUnitBytes();
/**
* string gas_price_targetchain = 8;
* @return The gasPriceTargetchain.
*/
java.lang.String getGasPriceTargetchain();
/**
* string gas_price_targetchain = 8;
* @return The bytes for gasPriceTargetchain.
*/
com.google.protobuf.ByteString
getGasPriceTargetchainBytes();
/**
* string gas_price_targetchain_unit = 9;
* @return The gasPriceTargetchainUnit.
*/
java.lang.String getGasPriceTargetchainUnit();
/**
* string gas_price_targetchain_unit = 9;
* @return The bytes for gasPriceTargetchainUnit.
*/
com.google.protobuf.ByteString
getGasPriceTargetchainUnitBytes();
/**
* string signature = 10;
* @return The signature.
*/
java.lang.String getSignature();
/**
* string signature = 10;
* @return The bytes for signature.
*/
com.google.protobuf.ByteString
getSignatureBytes();
}