com.hedera.services.stream.proto.ContractActionOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: contract_action.proto
package com.hedera.services.stream.proto;
public final class ContractActionOuterClass {
private ContractActionOuterClass() {}
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_ContractActions_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractActions_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ContractAction_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractAction_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_action.proto\022\005proto\032\021basic_ty" +
"pes.proto\"B\n\017ContractActions\022/\n\020contract" +
"_actions\030\001 \003(\0132\025.proto.ContractAction\"\200\004" +
"\n\016ContractAction\022,\n\tcall_type\030\001 \001(\0162\031.pr" +
"oto.ContractActionType\022+\n\017calling_accoun" +
"t\030\002 \001(\0132\020.proto.AccountIDH\000\022-\n\020calling_c" +
"ontract\030\003 \001(\0132\021.proto.ContractIDH\000\022\013\n\003ga" +
"s\030\004 \001(\003\022\r\n\005input\030\005 \001(\014\022-\n\021recipient_acco" +
"unt\030\006 \001(\0132\020.proto.AccountIDH\001\022/\n\022recipie" +
"nt_contract\030\007 \001(\0132\021.proto.ContractIDH\001\022\032" +
"\n\020targeted_address\030\010 \001(\014H\001\022\r\n\005value\030\t \001(" +
"\003\022\020\n\010gas_used\030\n \001(\003\022\020\n\006output\030\013 \001(\014H\002\022\027\n" +
"\rrevert_reason\030\014 \001(\014H\002\022\017\n\005error\030\r \001(\014H\002\022" +
"\022\n\ncall_depth\030\016 \001(\005\0225\n\023call_operation_ty" +
"pe\030\017 \001(\0162\030.proto.CallOperationTypeB\010\n\006ca" +
"llerB\013\n\trecipientB\r\n\013result_data*U\n\022Cont" +
"ractActionType\022\r\n\tNO_ACTION\020\000\022\010\n\004CALL\020\001\022" +
"\n\n\006CREATE\020\002\022\016\n\nPRECOMPILE\020\003\022\n\n\006SYSTEM\020\004*" +
"\210\001\n\021CallOperationType\022\016\n\nOP_UNKNOWN\020\000\022\013\n" +
"\007OP_CALL\020\001\022\017\n\013OP_CALLCODE\020\002\022\023\n\017OP_DELEGA" +
"TECALL\020\003\022\021\n\rOP_STATICCALL\020\004\022\r\n\tOP_CREATE" +
"\020\005\022\016\n\nOP_CREATE2\020\006B$\n com.hedera.service" +
"s.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(),
});
internal_static_proto_ContractActions_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ContractActions_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractActions_descriptor,
new java.lang.String[] { "ContractActions", });
internal_static_proto_ContractAction_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ContractAction_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractAction_descriptor,
new java.lang.String[] { "CallType", "CallingAccount", "CallingContract", "Gas", "Input", "RecipientAccount", "RecipientContract", "TargetedAddress", "Value", "GasUsed", "Output", "RevertReason", "Error", "CallDepth", "CallOperationType", "Caller", "Recipient", "ResultData", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}