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

games.mythical.saga.sdk.proto.api.nftbridge.NftBridgeProtoOrBuilder 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 NftBridgeProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.nftbridge.NftBridgeProto)
    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();

  /**
   * 
   * @exclude ???
   * 
* * string mythical_address = 2; * @return The mythicalAddress. */ java.lang.String getMythicalAddress(); /** *
   * @exclude ???
   * 
* * string mythical_address = 2; * @return The bytes for mythicalAddress. */ com.google.protobuf.ByteString getMythicalAddressBytes(); /** *
   * Address on Mainnet 
   * 
* * string mainnet_address = 3; * @return The mainnetAddress. */ java.lang.String getMainnetAddress(); /** *
   * Address on Mainnet 
   * 
* * string mainnet_address = 3; * @return The bytes for mainnetAddress. */ com.google.protobuf.ByteString getMainnetAddressBytes(); /** *
   * Name of the chain 
   * 
* * string chain_name = 4; * @return The chainName. */ java.lang.String getChainName(); /** *
   * Name of the chain 
   * 
* * string chain_name = 4; * @return The bytes for chainName. */ com.google.protobuf.ByteString getChainNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy