com.hedera.hashgraph.sdk.proto.SmartContractServiceOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: smart_contract_service.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class SmartContractServiceOuterClass {
private SmartContractServiceOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\034smart_contract_service.proto\022\005proto\032\032t" +
"ransaction_response.proto\032\013query.proto\032\016" +
"response.proto\032\021transaction.proto2\367\005\n\024Sm" +
"artContractService\022@\n\016createContract\022\022.p" +
"roto.Transaction\032\032.proto.TransactionResp" +
"onse\022@\n\016updateContract\022\022.proto.Transacti" +
"on\032\032.proto.TransactionResponse\022D\n\022contra" +
"ctCallMethod\022\022.proto.Transaction\032\032.proto" +
".TransactionResponse\0220\n\017getContractInfo\022" +
"\014.proto.Query\032\017.proto.Response\0228\n\027contra" +
"ctCallLocalMethod\022\014.proto.Query\032\017.proto." +
"Response\0224\n\023ContractGetBytecode\022\014.proto." +
"Query\032\017.proto.Response\0220\n\017getBySolidityI" +
"D\022\014.proto.Query\032\017.proto.Response\022=\n\027getT" +
"xRecordByContractID\022\014.proto.Query\032\017.prot" +
"o.Response\"\003\210\002\001\022@\n\016deleteContract\022\022.prot" +
"o.Transaction\032\032.proto.TransactionRespons" +
"e\022>\n\014systemDelete\022\022.proto.Transaction\032\032." +
"proto.TransactionResponse\022@\n\016systemUndel" +
"ete\022\022.proto.Transaction\032\032.proto.Transact" +
"ionResponse\022>\n\014callEthereum\022\022.proto.Tran" +
"saction\032\032.proto.TransactionResponseB \n\036c" +
"om.hedera.hashgraph.sdk.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.QueryOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TransactionOuterClass.getDescriptor(),
});
com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}