Skip to content

Commit

Permalink
Add documentation for rpc AccountLockedDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CmpHDL committed Apr 19, 2022
1 parent e8bf393 commit 93fd8c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/lockup/spec/07_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ service Query {
rpc AccountLockedLongerDurationNotUnlockingOnly(AccountLockedLongerDurationNotUnlockingOnlyRequest) returns (AccountLockedLongerDurationNotUnlockingOnlyResponse) {}
// Returns account's locked records for a denom with longer duration
rpc AccountLockedLongerDurationDenom(AccountLockedLongerDurationDenomRequest) returns (AccountLockedLongerDurationDenomResponse);
// Returns account locked records with a specific duration
rpc AccountLockedDuration(AccountLockedDurationRequest) returns (AccountLockedDurationResponse);
}
```

0 comments on commit 93fd8c3

Please sign in to comment.