Interface ExposeSupplyDistributionTrackerProps

Hierarchy

  • ExposeSupplyDistributionTrackerProps

Properties

supplyDistributionTracker: {
    lovelaceSupply$: PersistentDocumentTrackerSubject<SupplySummary>;
    stake$: PersistentDocumentTrackerSubject<StakeSummary>;
    shutdown(): void;
}

Type declaration

walletName: string

Generated using TypeDoc