chore: update protobuf + gRPC toolchains

This commit is contained in:
Nex Zhu
2024-03-06 15:37:53 +08:00
parent b74f3fe89c
commit d607cb6a7b
9 changed files with 338 additions and 252 deletions

View File

@@ -474,6 +474,20 @@
<td><p>20字节的事务哈希的数组或为空 </p></td>
</tr>
<tr>
<td>creator_signature</td>
<td><a href="#bytes">bytes</a></td>
<td></td>
<td><p>产块者签名 </p></td>
</tr>
<tr>
<td>witness_signatures</td>
<td><a href="#bytes">bytes</a></td>
<td>repeated</td>
<td><p>见证者签名 </p></td>
</tr>
</tbody>
</table>
@@ -865,7 +879,8 @@ field. E.g., &#34;field_violations.field&#34; would identify this field. </p></t
<td>name</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>账本名称 </p></td>
<td><p>Ledger name
账本名称 </p></td>
</tr>
</tbody>
@@ -889,7 +904,8 @@ field. E.g., &#34;field_violations.field&#34; would identify this field. </p></t
<td>ok</td>
<td><a href="#bool">bool</a></td>
<td></td>
<td><p>是否创建成功 </p></td>
<td><p>Boolean value indicating if the ledger is successfully created
是否创建成功 </p></td>
</tr>
</tbody>
@@ -913,7 +929,8 @@ field. E.g., &#34;field_violations.field&#34; would identify this field. </p></t
<td>ledgers</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td><p>帐本名称列表 </p></td>
<td><p>List of ledger names
帐本名称列表 </p></td>
</tr>
</tbody>
@@ -937,14 +954,16 @@ field. E.g., &#34;field_violations.field&#34; would identify this field. </p></t
<td>ledger</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>账本名称 </p></td>
<td><p>Ledger name
账本名称 </p></td>
</tr>
<tr>
<td>transaction</td>
<td><a href="#bdware.bdledger.api.SendTransactionRequest.Transaction">SendTransactionRequest.Transaction</a></td>
<td></td>
<td><p>事务信息 </p></td>
<td><p>Transaction info
事务信息 </p></td>
</tr>
</tbody>
@@ -1020,7 +1039,8 @@ field. E.g., &#34;field_violations.field&#34; would identify this field. </p></t
<td>hash</td>
<td><a href="#bytes">bytes</a></td>
<td></td>
<td><p>事务哈希 </p></td>
<td><p>Hash of the created transaction
事务哈希 </p></td>
</tr>
</tbody>
@@ -1094,7 +1114,8 @@ field. E.g., &#34;field_violations.field&#34; would identify this field. </p></t
<td>version</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>节点客户端版本 </p></td>
<td><p>Client version
节点客户端版本 </p></td>
</tr>
</tbody>
@@ -1569,6 +1590,13 @@ field. E.g., &#34;field_violations.field&#34; would identify this field. </p></t
<td><p>账本名称 </p></td>
</tr>
<tr>
<td>offset</td>
<td><a href="#int64">int64</a></td>
<td></td>
<td><p>起始值 </p></td>
</tr>
<tr>
<td>count</td>
<td><a href="#int64">int64</a></td>