implement query & update return schema

This commit is contained in:
2022-09-08 22:12:08 +00:00
parent f048bfac01
commit 5cc5bfb9d6
4 changed files with 126 additions and 60 deletions

View File

@@ -100,6 +100,7 @@ message QueryLockedFundsRequest {
}
message QueryLockedFundsResponse {
string amount = 1;
}
// this line is used by starport scaffolding # 3