Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
add database and network api interface && should api cate should be r…
Browse files Browse the repository at this point in the history
…efactor.
  • Loading branch information
zhaohong committed Mar 27, 2018
1 parent e60b271 commit 9f390c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ service Wallet {

}
};
// the api of tron's db
service Database {

};

// the api of tron's network such as node list.
service Network {

};


message Return {
bool result = 1;
Expand Down

0 comments on commit 9f390c3

Please sign in to comment.