All Downloads are FREE. Search and download functionalities are using the official Maven repository.

games.mythical.saga.sdk.proto.api.nftbridge.QuoteBridgeNFTRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: api/nftbridge/definition.proto

package games.mythical.saga.sdk.proto.api.nftbridge;

public interface QuoteBridgeNFTRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.nftbridge.QuoteBridgeNFTRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 origin_chain_id = 1;
   * @return The originChainId.
   */
  int getOriginChainId();

  /**
   * int32 target_chain_id = 2;
   * @return The targetChainId.
   */
  int getTargetChainId();

  /**
   * string game_title_id = 3;
   * @return The gameTitleId.
   */
  java.lang.String getGameTitleId();
  /**
   * string game_title_id = 3;
   * @return The bytes for gameTitleId.
   */
  com.google.protobuf.ByteString
      getGameTitleIdBytes();

  /**
   * string inventory_id = 4;
   * @return The inventoryId.
   */
  java.lang.String getInventoryId();
  /**
   * string inventory_id = 4;
   * @return The bytes for inventoryId.
   */
  com.google.protobuf.ByteString
      getInventoryIdBytes();

  /**
   * string oauth_id = 5;
   * @return The oauthId.
   */
  java.lang.String getOauthId();
  /**
   * string oauth_id = 5;
   * @return The bytes for oauthId.
   */
  com.google.protobuf.ByteString
      getOauthIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy