Skip to content

Commit 9f390c3

Browse files
committed
add database and network api interface && should api cate should be refactor.
1 parent e60b271 commit 9f390c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

api/api.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ service Wallet {
7676

7777
}
7878
};
79+
// the api of tron's db
80+
service Database {
81+
82+
};
83+
84+
// the api of tron's network such as node list.
85+
service Network {
86+
87+
};
88+
7989

8090
message Return {
8191
bool result = 1;

0 commit comments

Comments
 (0)