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

sawtooth.sdk.protobuf.TransactionOuterClass Maven / Gradle / Ivy

Go to download

"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"

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

package sawtooth.sdk.protobuf;

public final class TransactionOuterClass {
  private TransactionOuterClass() {}
  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_TransactionHeader_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_TransactionHeader_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_Transaction_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_Transaction_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_TransactionList_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_TransactionList_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\021transaction.proto\"\325\001\n\021TransactionHeade" +
      "r\022\032\n\022batcher_public_key\030\001 \001(\t\022\024\n\014depende" +
      "ncies\030\002 \003(\t\022\023\n\013family_name\030\003 \001(\t\022\026\n\016fami" +
      "ly_version\030\004 \001(\t\022\016\n\006inputs\030\005 \003(\t\022\r\n\005nonc" +
      "e\030\006 \001(\t\022\017\n\007outputs\030\007 \003(\t\022\026\n\016payload_sha5" +
      "12\030\t \001(\t\022\031\n\021signer_public_key\030\n \001(\t\"H\n\013T" +
      "ransaction\022\016\n\006header\030\001 \001(\014\022\030\n\020header_sig" +
      "nature\030\002 \001(\t\022\017\n\007payload\030\003 \001(\014\"5\n\017Transac" +
      "tionList\022\"\n\014transactions\030\001 \003(\0132\014.Transac" +
      "tionB*\n\025sawtooth.sdk.protobufP\001Z\017transac" +
      "tion_pb2b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_TransactionHeader_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_TransactionHeader_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_TransactionHeader_descriptor,
        new java.lang.String[] { "BatcherPublicKey", "Dependencies", "FamilyName", "FamilyVersion", "Inputs", "Nonce", "Outputs", "PayloadSha512", "SignerPublicKey", });
    internal_static_Transaction_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_Transaction_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_Transaction_descriptor,
        new java.lang.String[] { "Header", "HeaderSignature", "Payload", });
    internal_static_TransactionList_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_TransactionList_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_TransactionList_descriptor,
        new java.lang.String[] { "Transactions", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy