Merge branch 'master' into nymkappa/feature/pool-chart-timespan

This commit is contained in:
softsimon
2022-03-29 19:00:19 +04:00
committed by GitHub
5 changed files with 187 additions and 47 deletions

View File

@@ -19,6 +19,8 @@ export class PoolComponent implements OnInit {
@Input() right: number | string = 45;
@Input() left: number | string = 75;
gfg = true;
formatNumber = formatNumber;
poolStats$: Observable<PoolStat>;
blocks$: Observable<BlockExtended[]>;