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

Add balance-api delegations api

parent 7310a713
No related branches found
No related tags found
1 merge request!585Lbudginas/#318 add hp incoming delegation account page
......@@ -140,12 +140,16 @@ export const extendedRest = {
urlPath: "block-number-by-date/{date}",
},
},
"balance-api" : {
balanceHistory: {
params: Hive.GetAccountBalanceHistoryParams,
result: Hive.AccountBalanceHistoryResponse,
urlPath: "accounts/{accountName}/balance-history",
},
"balance-api": {
balanceHistory: {
params: Hive.GetAccountBalanceHistoryParams,
result: Hive.AccountBalanceHistoryResponse,
urlPath: "accounts/{accountName}/balance-history",
},
delegations: {
params: Hive.GetAccountDelegationsParams,
result: Hive.AccountDelegationsResponse,
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