UNPKG

@safe-global/safe-singleton-factory

Version:
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