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

com.hedera.services.stream.proto.ContractStateChangeOuterClass Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: contract_state_change.proto

package com.hedera.services.stream.proto;

public final class ContractStateChangeOuterClass {
  private ContractStateChangeOuterClass() {}
  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_proto_ContractStateChanges_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractStateChanges_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ContractStateChange_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractStateChange_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_StorageChange_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_StorageChange_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\033contract_state_change.proto\022\005proto\032\021ba" +
      "sic_types.proto\032\036google/protobuf/wrapper" +
      "s.proto\"R\n\024ContractStateChanges\022:\n\026contr" +
      "act_state_changes\030\001 \003(\0132\032.proto.Contract" +
      "StateChange\"l\n\023ContractStateChange\022&\n\013co" +
      "ntract_id\030\001 \001(\0132\021.proto.ContractID\022-\n\017st" +
      "orage_changes\030\002 \003(\0132\024.proto.StorageChang" +
      "e\"e\n\rStorageChange\022\014\n\004slot\030\001 \001(\014\022\022\n\nvalu" +
      "e_read\030\002 \001(\014\0222\n\rvalue_written\030\003 \001(\0132\033.go" +
      "ogle.protobuf.BytesValueB$\n com.hedera.s" +
      "ervices.stream.protoP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.google.protobuf.WrappersProto.getDescriptor(),
        });
    internal_static_proto_ContractStateChanges_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ContractStateChanges_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractStateChanges_descriptor,
        new java.lang.String[] { "ContractStateChanges", });
    internal_static_proto_ContractStateChange_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_ContractStateChange_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractStateChange_descriptor,
        new java.lang.String[] { "ContractId", "StorageChanges", });
    internal_static_proto_StorageChange_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_proto_StorageChange_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_StorageChange_descriptor,
        new java.lang.String[] { "Slot", "ValueRead", "ValueWritten", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.google.protobuf.WrappersProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy