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

org.hyperledger.fabric.protos.peer.TransactionActionOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.peer;

public interface TransactionActionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.TransactionAction)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The header of the proposal action, which is the proposal header
   * 
* * bytes header = 1 [json_name = "header"]; * @return The header. */ com.google.protobuf.ByteString getHeader(); /** *
   * The payload of the action as defined by the type in the header For
   * chaincode, it's the bytes of ChaincodeActionPayload
   * 
* * bytes payload = 2 [json_name = "payload"]; * @return The payload. */ com.google.protobuf.ByteString getPayload(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy