games.mythical.saga.sdk.proto.api.nftbridge.NftBridgeProtoOrBuilder 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 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();
}