org.hyperledger.fabric.protos.peer.TransactionActionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/transaction.proto
// Protobuf Java Version: 4.28.2
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