@river-build/web3
Version:
Dapps for our Space and Registry contracts
8 lines • 660 B
TypeScript
import { ILegacyArchitect as LocalhostContract, ILegacyArchitectBase as LocalhostILegacySpaceArchitectBase, ILegacyArchitectInterface as LocalhostInterface } from '@river-build/generated/dev/typings/IMockLegacyArchitect.sol/ILegacyArchitect';
import { ethers } from 'ethers';
import { BaseContractShim } from './BaseContractShim';
export type { LocalhostILegacySpaceArchitectBase as ILegacyArchitectBase };
export declare class ILegacySpaceArchitectShim extends BaseContractShim<LocalhostContract, LocalhostInterface> {
constructor(address: string, provider: ethers.providers.Provider | undefined);
}
//# sourceMappingURL=ILegacySpaceArchitectShim.d.ts.map