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

Commit

Permalink
add get AssetIssueList by Timestamp api.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNinjaEvan committed Apr 13, 2018
1 parent 87c23fb commit acc5c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ service Wallet {
rpc GetAssetIssueList (EmptyMessage) returns (AssetIssueList) {

}
rpc GetAssetIssueListBy (EmptyMessage) returns (AssetIssueList) {
rpc GetAssetIssueListByTimestamp (NumberMessage) returns (AssetIssueList) {

}
rpc GetAssetIssueByAccount (Account) returns (AssetIssueList) {
Expand Down

0 comments on commit acc5c20

Please sign in to comment.