public interface TransactionActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getHeader()
The header of the proposal action, which is the proposal header
|
com.google.protobuf.ByteString |
getPayload()
The payload of the action as defined by the type in the header For
chaincode, it's the bytes of ChaincodeActionPayload
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getHeader()
The header of the proposal action, which is the proposal header
bytes header = 1 [json_name = "header"];
com.google.protobuf.ByteString getPayload()
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"];
Copyright © 2022. All rights reserved.