UNPKG

@abstract-foundation/agw-client

Version:
4 lines 308 B
import type { Address, PublicClient, Transport } from 'viem'; import type { ChainEIP712 } from 'viem/chains'; export declare function isFeatureFlagEnabled(client: PublicClient<Transport, ChainEIP712>, account: Address, featureFlag: string): Promise<boolean>; //# sourceMappingURL=featureFlagRegistry.d.ts.map