Hide address received/sent from address page when using electrum API.

fixes #294
This commit is contained in:
softsimon
2021-02-01 04:52:24 +07:00
parent fd869c732d
commit 2a5a4ddac0
4 changed files with 14 additions and 9 deletions

View File

@@ -91,6 +91,7 @@ export namespace IEsploraApi {
address: string;
chain_stats: ChainStats;
mempool_stats: MempoolStats;
electrum?: boolean;
}
export interface ChainStats {