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

com.hederahashgraph.api.proto.java.StorageSlot Maven / Gradle / Ivy

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: state/contract/storage_slot.proto

package com.hederahashgraph.api.proto.java;

public final class StorageSlot {
  private StorageSlot() {}
  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_SlotKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_SlotKey_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_SlotValue_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_SlotValue_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!state/contract/storage_slot.proto\022\005pro" +
      "to\032\021basic_types.proto\"=\n\007SlotKey\022%\n\ncont" +
      "ractID\030\001 \001(\0132\021.proto.ContractID\022\013\n\003key\030\002" +
      " \001(\014\"B\n\tSlotValue\022\r\n\005value\030\001 \001(\014\022\024\n\014prev" +
      "ious_key\030\002 \001(\014\022\020\n\010next_key\030\003 \001(\014B&\n\"com." +
      "hederahashgraph.api.proto.javaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
        });
    internal_static_proto_SlotKey_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_SlotKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_SlotKey_descriptor,
        new java.lang.String[] { "ContractID", "Key", });
    internal_static_proto_SlotValue_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_SlotValue_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_SlotValue_descriptor,
        new java.lang.String[] { "Value", "PreviousKey", "NextKey", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy