Commit 9f5d02b5 authored by linj's avatar linj Committed by linj

update proto

parent 86c3abf2
...@@ -51,13 +51,14 @@ message UnfreezeAction { ...@@ -51,13 +51,14 @@ message UnfreezeAction {
// action // action
message UnfreezeCreate { message UnfreezeCreate {
int64 startTime = 1; int64 startTime = 1;
string tokenName = 2; string assetExec = 2;
int64 totalCount = 3; string assetSymbol = 3;
string beneficiary = 4; int64 totalCount = 4;
string means = 5; string beneficiary = 5;
string means = 6;
oneof meansOpt { oneof meansOpt {
FixAmount fixAmount = 6; FixAmount fixAmount = 7;
LeftProportion leftProportion = 7; LeftProportion leftProportion = 8;
} }
} }
......
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