UNPKG

@gnosis.pm/safe-singleton-factory

Version:

Singleton factory used by Safe related contracts

9 lines 295 B
export interface SingletonFactoryInfo { gasPrice: number; gasLimit: number; signerAddress: string; transaction: string; address: string; } export declare const getSingletonFactoryInfo: (chainId: number) => SingletonFactoryInfo | undefined; //# sourceMappingURL=index.d.ts.map