Skip to content
Snippets Groups Projects
Commit 45c74f80 authored by Dima Rifai's avatar Dima Rifai Committed by mcfarhat
Browse files

Issue #417 - Add account_value

parent 763aee67
No related branches found
No related tags found
1 merge request!529Delrifai/#417 fix wallet bug
Pipeline #113975 failed
......@@ -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 {
......
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