From 693f764f78f654d85a81474ec0f29da6bc7977cc Mon Sep 17 00:00:00 2001 From: Dima Rifai <dima.rifai@gmail.com> Date: Thu, 23 Jan 2025 21:07:03 +0200 Subject: [PATCH] Issue #417 - Add account_value --- types/Explorer.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/Explorer.ts b/types/Explorer.ts index 8ee655b6..c16b40eb 100644 --- a/types/Explorer.ts +++ b/types/Explorer.ts @@ -244,6 +244,7 @@ declare module Explorer { curation_rewards: string; vesting_balance: string; reward_vesting_hive: string; + account_value : string; } interface FormattedAccountDetails @@ -297,6 +298,7 @@ declare module Explorer { created: string; vests: AccountDetailsVests; dollars: AccountDetailsDollars; + account_value?: number; } interface BalanceHistoryForTable { -- GitLab