Commit d45ebb4a authored by jiangpeng's avatar jiangpeng Committed by 33cn

protobuf:update version 1.4.3

parent 739e84e4
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto"; import "transaction.proto";
package types; package types;
option go_package = "../types";
message Accountmanager { message Accountmanager {
} }
......
...@@ -11,6 +11,7 @@ import "rule.proto"; ...@@ -11,6 +11,7 @@ import "rule.proto";
import "change.proto"; import "change.proto";
package types; package types;
option go_package = "../types";
// message for execs.Autonomy // message for execs.Autonomy
message AutonomyAction { message AutonomyAction {
......
...@@ -7,6 +7,7 @@ syntax = "proto3"; ...@@ -7,6 +7,7 @@ syntax = "proto3";
import "lcommon.proto"; import "lcommon.proto";
package types; package types;
option go_package = "../types";
message AutonomyProposalBoard { message AutonomyProposalBoard {
ProposalBoard propBoard = 1; ProposalBoard propBoard = 1;
......
...@@ -7,6 +7,7 @@ syntax = "proto3"; ...@@ -7,6 +7,7 @@ syntax = "proto3";
import "lcommon.proto"; import "lcommon.proto";
package types; package types;
option go_package = "../types";
message AutonomyProposalChange { message AutonomyProposalChange {
ProposalChange propChange = 1; ProposalChange propChange = 1;
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
message VoteResult { message VoteResult {
// 总票数 // 总票数
......
...@@ -7,6 +7,7 @@ syntax = "proto3"; ...@@ -7,6 +7,7 @@ syntax = "proto3";
import "lcommon.proto"; import "lcommon.proto";
package types; package types;
option go_package = "../types";
message AutonomyProposalProject { message AutonomyProposalProject {
ProposalProject propProject = 1; ProposalProject propProject = 1;
......
...@@ -7,6 +7,7 @@ syntax = "proto3"; ...@@ -7,6 +7,7 @@ syntax = "proto3";
import "lcommon.proto"; import "lcommon.proto";
package types; package types;
option go_package = "../types";
message AutonomyProposalRule { message AutonomyProposalRule {
ProposalRule propRule = 1; ProposalRule propRule = 1;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto"; import "transaction.proto";
package types; package types;
option go_package = "../types";
message AddressResult { message AddressResult {
string addr = 1; string addr = 1;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
message Cert { message Cert {
bytes certId = 1; bytes certId = 1;
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
import "transaction.proto"; import "transaction.proto";
option go_package = "types";
// message for execs.coinsx // message for execs.coinsx
message CoinsxAction { message CoinsxAction {
oneof value { oneof value {
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
// 放贷信息 // 放贷信息
message Collateralize { message Collateralize {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
// CandidatorInfo 候选节点信息 // CandidatorInfo 候选节点信息
message CandidatorInfo { message CandidatorInfo {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package echo; package echo;
option go_package = "../types";
// ping操作action // ping操作action
message Ping { message Ping {
......
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
//合约对象信息 //合约对象信息
message EVMContractObject { message EVMContractObject {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
message Exchange {} message Exchange {}
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
message Game { message Game {
//默认是由创建这局游戏的txHash作为gameId //默认是由创建这局游戏的txHash作为gameId
......
This diff is collapsed.
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto"; import "transaction.proto";
package types; package types;
option go_package = "../types";
// GuessGame 竞猜游戏详情 // GuessGame 竞猜游戏详情
message GuessGame { message GuessGame {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
message Hashlock { message Hashlock {
bytes hashlockId = 1; bytes hashlockId = 1;
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
// 发行信息 // 发行信息
message Issuance { message Issuance {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package jsproto; package jsproto;
option go_package = "../jsproto";
// create action // create action
message Create { message Create {
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
message PurchaseRecord { message PurchaseRecord {
int64 amount = 1; int64 amount = 1;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
import "account.proto"; import "account.proto";
package types; package types;
option go_package = "../types";
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// message for multisig start///////////////////////////////////////////////////// // message for multisig start/////////////////////////////////////////////////////
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
message Norm { message Norm {
bytes normId = 1; bytes normId = 1;
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
//事件 //事件
message OracleStatus { message OracleStatus {
......
This diff is collapsed.
...@@ -5,6 +5,7 @@ import "common.proto"; ...@@ -5,6 +5,7 @@ import "common.proto";
import "blockchain.proto"; import "blockchain.proto";
package types; package types;
option go_package = "../types";
// stateDB // stateDB
message ParacrossStatusDetails { message ParacrossStatusDetails {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
//斗牛游戏内容 //斗牛游戏内容
message PokerBull { message PokerBull {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
import "common.proto"; import "common.proto";
import "transaction.proto"; import "transaction.proto";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "blockchain.proto"; import "blockchain.proto";
package types; package types;
option go_package = "../types";
message QbftBlockID { message QbftBlockID {
bytes hash = 1; bytes hash = 1;
......
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
import "common.proto"; import "common.proto";
import "qbft.proto"; import "qbft.proto";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
enum RelayOrderStatus { enum RelayOrderStatus {
init = 0; init = 0;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto"; import "transaction.proto";
package types; package types;
option go_package = "../types";
// message for retrieve start // message for retrieve start
message RetrievePara { message RetrievePara {
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
//后面如果有其他数据模型可继续往上面添加 //后面如果有其他数据模型可继续往上面添加
message Storage { message Storage {
oneof value { oneof value {
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
import "common.proto"; import "common.proto";
......
This diff is collapsed.
...@@ -4,6 +4,7 @@ import "transaction.proto"; ...@@ -4,6 +4,7 @@ import "transaction.proto";
import "account.proto"; import "account.proto";
package types; package types;
option go_package = "../types";
// action // action
message TokenAction { message TokenAction {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "transaction.proto"; import "transaction.proto";
package types; package types;
option go_package = "../types";
// trade 交易部分 // trade 交易部分
// //
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,6 +7,7 @@ syntax = "proto3"; ...@@ -7,6 +7,7 @@ syntax = "proto3";
import "common.proto"; import "common.proto";
package types; package types;
option go_package = "../types";
message Unfreeze { message Unfreeze {
//解冻交易ID(唯一识别码) //解冻交易ID(唯一识别码)
......
This diff is collapsed.
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "blockchain.proto"; import "blockchain.proto";
package types; package types;
option go_package = "../types";
message BlockID { message BlockID {
bytes hash = 1; bytes hash = 1;
......
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
import "common.proto"; import "common.proto";
import "tendermint.proto"; import "tendermint.proto";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
// vote 合约交易行为总类型 // vote 合约交易行为总类型
message VoteAction { message VoteAction {
......
This diff is collapsed.
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
message wasmAction { message wasmAction {
oneof value { oneof value {
......
This diff is collapsed.
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "x2ethereum.proto"; import "x2ethereum.proto";
package types; package types;
option go_package = "../types";
// EthBridgeClaim is a structure that contains all the data for a particular bridge claim // EthBridgeClaim is a structure that contains all the data for a particular bridge claim
message OracleClaim { message OracleClaim {
......
syntax = "proto3"; syntax = "proto3";
package types; package types;
option go_package = "../types";
import "transaction.proto"; import "transaction.proto";
import "account.proto"; import "account.proto";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment