Add ClientVersion methods
This commit is contained in:
@@ -13,6 +13,11 @@ message Error {
|
||||
string target = 3; // The target of the error.
|
||||
}
|
||||
|
||||
message ClientVersionResponse {
|
||||
Error error = 1;
|
||||
string version = 2; // 节点客户端版本
|
||||
}
|
||||
|
||||
/* 事务类型 */
|
||||
enum TransactionType {
|
||||
RECORD = 0; // 通用数据记录
|
||||
|
||||
Reference in New Issue
Block a user