Skip to content
Snippets Groups Projects
Commit 95b1554b authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #417 - Add account_value

parent 189b4b16
No related branches found
No related tags found
No related merge requests found
Pipeline #113896 failed
...@@ -244,6 +244,7 @@ declare module Explorer { ...@@ -244,6 +244,7 @@ declare module Explorer {
curation_rewards: string; curation_rewards: string;
vesting_balance: string; vesting_balance: string;
reward_vesting_hive: string; reward_vesting_hive: string;
account_value : string;
} }
interface FormattedAccountDetails interface FormattedAccountDetails
...@@ -297,6 +298,7 @@ declare module Explorer { ...@@ -297,6 +298,7 @@ declare module Explorer {
created: string; created: string;
vests: AccountDetailsVests; vests: AccountDetailsVests;
dollars: AccountDetailsDollars; dollars: AccountDetailsDollars;
account_value?: number;
} }
interface BalanceHistoryForTable { interface BalanceHistoryForTable {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment