Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
0bcf29ab
Commit
0bcf29ab
authored
Mar 06, 2019
by
linj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add proto of mint
parent
94196411
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
token.proto
plugin/dapp/token/proto/token.proto
+6
-0
No files found.
plugin/dapp/token/proto/token.proto
View file @
0bcf29ab
...
@@ -15,6 +15,7 @@ message TokenAction {
...
@@ -15,6 +15,7 @@ message TokenAction {
AssetsWithdraw
withdraw
=
5
;
AssetsWithdraw
withdraw
=
5
;
AssetsGenesis
genesis
=
6
;
AssetsGenesis
genesis
=
6
;
AssetsTransferToExec
transferToExec
=
8
;
AssetsTransferToExec
transferToExec
=
8
;
TokenMint
tokenMint
=
9
;
}
}
int32
Ty
=
7
;
int32
Ty
=
7
;
}
}
...
@@ -40,6 +41,11 @@ message TokenRevokeCreate {
...
@@ -40,6 +41,11 @@ message TokenRevokeCreate {
string
owner
=
2
;
string
owner
=
2
;
}
}
message
TokenMint
{
string
symbol
=
1
;
int64
amount
=
2
;
}
// state db
// state db
message
Token
{
message
Token
{
string
name
=
1
;
string
name
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment