@dapplets/dapplet-extension
Version:
The Bridge to the Augmented Web.
15 lines (14 loc) • 664 B
TypeScript
import { StorageAggregator } from '../../moduleStorages/moduleStorage';
import GlobalConfigService from '../globalConfigService';
import { OverlayService } from '../overlayService';
import { WalletService } from '../walletService';
export declare class UnderConstructionService {
private _globalConfigService;
private _walletService;
private overlayService;
private _storageAggregator;
private tokenFactory;
constructor(_globalConfigService: GlobalConfigService, _walletService: WalletService, overlayService: OverlayService, _storageAggregator: StorageAggregator);
private _init;
getCounterStake(appId: string): Promise<number>;
}