Skip to content
Snippets Groups Projects
Commit c380fe70 authored by Lukas's avatar Lukas
Browse files

Update types for balance-api delegations

parent 0cd17e37
No related branches found
No related tags found
1 merge request!585Lbudginas/#318 add hp incoming delegation account page
Pipeline #117367 failed
...@@ -147,8 +147,8 @@ export const extendedRest = { ...@@ -147,8 +147,8 @@ export const extendedRest = {
urlPath: "accounts/{accountName}/balance-history", urlPath: "accounts/{accountName}/balance-history",
}, },
delegations: { delegations: {
params: Hive.GetAccountDelegationsParams, params: Hive.GetVestingDelegationsParams,
result: Hive.AccountDelegationsResponse, result: Hive.VestingDelegationsResponse,
urlPath: "accounts/{accountName}/delegations", urlPath: "accounts/{accountName}/delegations",
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment