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

sawtooth.sdk.protobuf.TransactionOrBuilder 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 interface TransactionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Transaction)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The serialized version of the TransactionHeader
   * 
* * bytes header = 1; */ com.google.protobuf.ByteString getHeader(); /** *
   * The signature derived from signing the header
   * 
* * string header_signature = 2; */ java.lang.String getHeaderSignature(); /** *
   * The signature derived from signing the header
   * 
* * string header_signature = 2; */ com.google.protobuf.ByteString getHeaderSignatureBytes(); /** *
   * The payload is the encoded family specific information of the
   * transaction. Example cbor({'Verb': verb, 'Name': name,'Value': value})
   * 
* * bytes payload = 3; */ com.google.protobuf.ByteString getPayload(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy