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

com.hedera.hapi.block.stream.output.protoc.SmartContractService Maven / Gradle / Ivy

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stream/output/smart_contract_service.proto

package com.hedera.hapi.block.stream.output.protoc;

public final class SmartContractService {
  private SmartContractService() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_hedera_hapi_block_stream_output_CallContractOutput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_block_stream_output_CallContractOutput_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_hedera_hapi_block_stream_output_CreateContractOutput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_block_stream_output_CreateContractOutput_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_hedera_hapi_block_stream_output_UpdateContractOutput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_block_stream_output_UpdateContractOutput_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_hedera_hapi_block_stream_output_DeleteContractOutput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_block_stream_output_DeleteContractOutput_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_hedera_hapi_block_stream_output_SystemUnDeleteContractOutput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_block_stream_output_SystemUnDeleteContractOutput_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_hedera_hapi_block_stream_output_SystemDeleteContractOutput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_block_stream_output_SystemDeleteContractOutput_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_hedera_hapi_block_stream_output_EthereumOutput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_hedera_hapi_block_stream_output_EthereumOutput_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n*stream/output/smart_contract_service.p" +
      "roto\022#com.hedera.hapi.block.stream.outpu" +
      "t\032\031contract_call_local.proto\032\022sidecar_fi" +
      "le.proto\"\204\001\n\022CallContractOutput\0221\n\010sidec" +
      "ars\030\001 \003(\0132\037.proto.TransactionSidecarReco" +
      "rd\022;\n\024contract_call_result\030\002 \001(\0132\035.proto" +
      ".ContractFunctionResult\"\210\001\n\024CreateContra" +
      "ctOutput\0221\n\010sidecars\030\001 \003(\0132\037.proto.Trans" +
      "actionSidecarRecord\022=\n\026contract_create_r" +
      "esult\030\002 \001(\0132\035.proto.ContractFunctionResu" +
      "lt\"\026\n\024UpdateContractOutput\"\026\n\024DeleteCont" +
      "ractOutput\"\036\n\034SystemUnDeleteContractOutp" +
      "ut\"\034\n\032SystemDeleteContractOutput\"Z\n\016Ethe" +
      "reumOutput\0221\n\010sidecars\030\001 \003(\0132\037.proto.Tra" +
      "nsactionSidecarRecord\022\025\n\rethereum_hash\030\002" +
      " \001(\014B.\n*com.hedera.hapi.block.stream.out" +
      "put.protocP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.ContractCallLocal.getDescriptor(),
          com.hedera.services.stream.proto.SidecarFileOuterClass.getDescriptor(),
        });
    internal_static_com_hedera_hapi_block_stream_output_CallContractOutput_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_hedera_hapi_block_stream_output_CallContractOutput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_block_stream_output_CallContractOutput_descriptor,
        new java.lang.String[] { "Sidecars", "ContractCallResult", });
    internal_static_com_hedera_hapi_block_stream_output_CreateContractOutput_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_com_hedera_hapi_block_stream_output_CreateContractOutput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_block_stream_output_CreateContractOutput_descriptor,
        new java.lang.String[] { "Sidecars", "ContractCreateResult", });
    internal_static_com_hedera_hapi_block_stream_output_UpdateContractOutput_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_com_hedera_hapi_block_stream_output_UpdateContractOutput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_block_stream_output_UpdateContractOutput_descriptor,
        new java.lang.String[] { });
    internal_static_com_hedera_hapi_block_stream_output_DeleteContractOutput_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_com_hedera_hapi_block_stream_output_DeleteContractOutput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_block_stream_output_DeleteContractOutput_descriptor,
        new java.lang.String[] { });
    internal_static_com_hedera_hapi_block_stream_output_SystemUnDeleteContractOutput_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_com_hedera_hapi_block_stream_output_SystemUnDeleteContractOutput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_block_stream_output_SystemUnDeleteContractOutput_descriptor,
        new java.lang.String[] { });
    internal_static_com_hedera_hapi_block_stream_output_SystemDeleteContractOutput_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_com_hedera_hapi_block_stream_output_SystemDeleteContractOutput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_block_stream_output_SystemDeleteContractOutput_descriptor,
        new java.lang.String[] { });
    internal_static_com_hedera_hapi_block_stream_output_EthereumOutput_descriptor =
      getDescriptor().getMessageTypes().get(6);
    internal_static_com_hedera_hapi_block_stream_output_EthereumOutput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_hedera_hapi_block_stream_output_EthereumOutput_descriptor,
        new java.lang.String[] { "Sidecars", "EthereumHash", });
    com.hederahashgraph.api.proto.java.ContractCallLocal.getDescriptor();
    com.hedera.services.stream.proto.SidecarFileOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy