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

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

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

package com.hederahashgraph.api.proto.java;

public final class ContractCallLocal {
  private ContractCallLocal() {}
  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_ContractLoginfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractLoginfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ContractFunctionResult_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractFunctionResult_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ContractCallLocalQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractCallLocalQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ContractCallLocalResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractCallLocalResponse_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\031contract_call_local.proto\022\005proto\032\021basi" +
      "c_types.proto\032\022query_header.proto\032\025respo" +
      "nse_header.proto\032\024contract_types.proto\032\036" +
      "google/protobuf/wrappers.proto\"d\n\017Contra" +
      "ctLoginfo\022%\n\ncontractID\030\001 \001(\0132\021.proto.Co" +
      "ntractID\022\r\n\005bloom\030\002 \001(\014\022\r\n\005topic\030\003 \003(\014\022\014" +
      "\n\004data\030\004 \001(\014\"\351\003\n\026ContractFunctionResult\022" +
      "%\n\ncontractID\030\001 \001(\0132\021.proto.ContractID\022\032" +
      "\n\022contractCallResult\030\002 \001(\014\022\024\n\014errorMessa" +
      "ge\030\003 \001(\t\022\r\n\005bloom\030\004 \001(\014\022\017\n\007gasUsed\030\005 \001(\004" +
      "\022\'\n\007logInfo\030\006 \003(\0132\026.proto.ContractLoginf" +
      "o\0221\n\022createdContractIDs\030\007 \003(\0132\021.proto.Co" +
      "ntractIDB\002\030\001\0220\n\013evm_address\030\t \001(\0132\033.goog" +
      "le.protobuf.BytesValue\022\013\n\003gas\030\n \001(\003\022\016\n\006a" +
      "mount\030\013 \001(\003\022\032\n\022functionParameters\030\014 \001(\014\022" +
      "#\n\tsender_id\030\r \001(\0132\020.proto.AccountID\0221\n\017" +
      "contract_nonces\030\016 \003(\0132\030.proto.ContractNo" +
      "nceInfo\0221\n\014signer_nonce\030\017 \001(\0132\033.google.p" +
      "rotobuf.Int64ValueJ\004\010\010\020\t\"\314\001\n\026ContractCal" +
      "lLocalQuery\022\"\n\006header\030\001 \001(\0132\022.proto.Quer" +
      "yHeader\022%\n\ncontractID\030\002 \001(\0132\021.proto.Cont" +
      "ractID\022\013\n\003gas\030\003 \001(\003\022\032\n\022functionParameter" +
      "s\030\004 \001(\014\022\031\n\rmaxResultSize\030\005 \001(\003B\002\030\001\022#\n\tse" +
      "nder_id\030\006 \001(\0132\020.proto.AccountID\"y\n\031Contr" +
      "actCallLocalResponse\022%\n\006header\030\001 \001(\0132\025.p" +
      "roto.ResponseHeader\0225\n\016functionResult\030\002 " +
      "\001(\0132\035.proto.ContractFunctionResultB&\n\"co" +
      "m.hederahashgraph.api.proto.javaP\001b\006prot" +
      "o3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ContractTypes.getDescriptor(),
          com.google.protobuf.WrappersProto.getDescriptor(),
        });
    internal_static_proto_ContractLoginfo_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ContractLoginfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractLoginfo_descriptor,
        new java.lang.String[] { "ContractID", "Bloom", "Topic", "Data", });
    internal_static_proto_ContractFunctionResult_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_ContractFunctionResult_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractFunctionResult_descriptor,
        new java.lang.String[] { "ContractID", "ContractCallResult", "ErrorMessage", "Bloom", "GasUsed", "LogInfo", "CreatedContractIDs", "EvmAddress", "Gas", "Amount", "FunctionParameters", "SenderId", "ContractNonces", "SignerNonce", });
    internal_static_proto_ContractCallLocalQuery_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_proto_ContractCallLocalQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractCallLocalQuery_descriptor,
        new java.lang.String[] { "Header", "ContractID", "Gas", "FunctionParameters", "MaxResultSize", "SenderId", });
    internal_static_proto_ContractCallLocalResponse_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_proto_ContractCallLocalResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractCallLocalResponse_descriptor,
        new java.lang.String[] { "Header", "FunctionResult", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ContractTypes.getDescriptor();
    com.google.protobuf.WrappersProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy