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