This guide describes how to use the protocol buffer language to structure your protocol buffer data, including .proto #le syntax and how to generate data access classes from your .proto #les. It covers the proto3 version of the protocol buffers lang
概述
pb3-gen-sol是一个支持proto3本机类型的proto3到solidity库生成器,并为solidity本机类型使用field选项。 消息和生成的代码都比其他解决方案更有效。 它还包括一个用于解码protobuf线格式的库。 目前,它会生成解码器,并计划支持编码器。
用法
.proto文件
例子:
syntax = "proto3" ;
// package name is used for both generated .sol file name and library n