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

com.hedera.hashgraph.sdk.proto.ContractUpdate Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public final class ContractUpdate {
  private ContractUpdate() {}
  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_ContractUpdateTransactionBody_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractUpdateTransactionBody_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\025contract_update.proto\022\005proto\032\021basic_ty" +
      "pes.proto\032\016duration.proto\032\017timestamp.pro" +
      "to\032\036google/protobuf/wrappers.proto\"\341\004\n\035C" +
      "ontractUpdateTransactionBody\022%\n\ncontract" +
      "ID\030\001 \001(\0132\021.proto.ContractID\022(\n\016expiratio" +
      "nTime\030\002 \001(\0132\020.proto.Timestamp\022\034\n\010adminKe" +
      "y\030\003 \001(\0132\n.proto.Key\022,\n\016proxyAccountID\030\006 " +
      "\001(\0132\020.proto.AccountIDB\002\030\001\022(\n\017autoRenewPe" +
      "riod\030\007 \001(\0132\017.proto.Duration\022!\n\006fileID\030\010 " +
      "\001(\0132\r.proto.FileIDB\002\030\001\022\022\n\004memo\030\t \001(\tB\002\030\001" +
      "H\000\0223\n\013memoWrapper\030\n \001(\0132\034.google.protobu" +
      "f.StringValueH\000\022E\n max_automatic_token_a" +
      "ssociations\030\013 \001(\0132\033.google.protobuf.Int3" +
      "2Value\022/\n\025auto_renew_account_id\030\014 \001(\0132\020." +
      "proto.AccountID\022-\n\021staked_account_id\030\r \001" +
      "(\0132\020.proto.AccountIDH\001\022\030\n\016staked_node_id" +
      "\030\016 \001(\003H\001\0222\n\016decline_reward\030\017 \001(\0132\032.googl" +
      "e.protobuf.BoolValueB\013\n\tmemoFieldB\013\n\tsta" +
      "ked_idB\"\n\036com.hedera.hashgraph.sdk.proto" +
      "P\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
          com.google.protobuf.WrappersProto.getDescriptor(),
        });
    internal_static_proto_ContractUpdateTransactionBody_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ContractUpdateTransactionBody_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractUpdateTransactionBody_descriptor,
        new java.lang.String[] { "ContractID", "ExpirationTime", "AdminKey", "ProxyAccountID", "AutoRenewPeriod", "FileID", "Memo", "MemoWrapper", "MaxAutomaticTokenAssociations", "AutoRenewAccountId", "StakedAccountId", "StakedNodeId", "DeclineReward", "MemoField", "StakedId", });
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
    com.hedera.hashgraph.sdk.proto.DurationOuterClass.getDescriptor();
    com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
    com.google.protobuf.WrappersProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy