UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

8 lines 560 B
import { IArchitect as LocalhostContract, IArchitectInterface as LocalhostInterface } from '@river-build/generated/dev/typings/IArchitect'; import { ethers } from 'ethers'; import { BaseContractShim } from './BaseContractShim'; export declare class ISpaceArchitectShim extends BaseContractShim<LocalhostContract, LocalhostInterface> { constructor(address: string, provider: ethers.providers.Provider | undefined); getSpaceAddressFromLog(log: ethers.providers.Log, userId: string): string | undefined; } //# sourceMappingURL=ISpaceArchitectShim.d.ts.map