The ordererpb package is missing a package statement (`package ordererpb;`) and using camel-case for the fields naming (should be lower-snake).
The ordererpb package is missing a package statement (
package ordererpb;) and using camel-case for the fields naming (should be lower-snake).