UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

9 lines 339 B
import { Feature } from '../models/Feature'; export declare class FeatureFlagsService { private feature; enableAll(featuresList: string[]): void; enable(feature: Feature | string): void; isFeature(name: string): boolean; isEnabled(feature: Feature | string): boolean; } //# sourceMappingURL=FeatureFlagsService.d.ts.map