Get desktop application:
View/edit binary Protocol Buffers messages
broadcast receives a reply of Acknowledgement for each common.Envelope in order, indicating success or type of failure
Status code, which may be used to programatically respond to success/failure
Info string which may contain additional information about the status returned
deliver first requires an Envelope of type DELIVER_SEEK_INFO with Payload data as a mashaled SeekInfo message, then a stream of block replies is received.
Simply specified as number of messages for now, in the future we may want to allow this to be specified by size in bytes
The byte count of the serialized messages in a batch cannot exceed this value.
The byte count of the serialized messages in a batch should not exceed this value.
Any duration string parseable by ParseDuration(): https://golang.org/pkg/time/#ParseDuration
ChannelRestrictions is the mssage which conveys restrictions on channel creation for an orderer
The max count of channels to allow to be created, a value of 0 indicates no limit
Carries a list of bootstrap brokers, i.e. this is not the exclusive set of brokers an ordering service
Each broker here should be identified using the (IP|host):port notation, e.g. 127.0.0.1:7050, or localhost:7050 are valid entries
SeekInfo specifies the range of requested blocks to return If the start position is not found, an error is immediately returned Otherwise, blocks are returned until a missing block is encountered, then behavior is dictated by the SeekBehavior specified. If BLOCK_UNTIL_READY is specified, the reply will block until the requested blocks are available, if FAIL_IF_NOT_READY is specified, the reply will return an error indicating that the block is not found. To request that all blocks be returned indefinitely as they are created, behavior should be set to BLOCK_UNTIL_READY and the stop should be set to specified with a number of MAX_UINT64
The position to start the deliver from
The position to stop the deliver
The behavior when a missing block is encountered
Used in:
Used in:
(message has no fields)
Used in:
(message has no fields)
Used in:
Used in: