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

Issue 328 - Create Interface BalanceHistoryForTable

parent d0af8eb2
No related branches found
No related tags found
1 merge request!495Delrifai/#328 create balance history page
......@@ -292,6 +292,18 @@ declare module Explorer {
vests: AccountDetailsVests;
dollars: AccountDetailsDollars;
}
interface BalanceHistoryForTable {
operationId?: number;
blockNumber?: number;
timestamp?: string;
opTypeId: number;
balance: number;
prev_balance: number;
balanceChange: number;
}
}
export default Explorer;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment