UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

7 lines 459 B
import { IMulticall as LocalhostContract, IMulticallInterface as LocalhostInterface } from '@river-build/generated/dev/typings/IMulticall'; import { ethers } from 'ethers'; import { BaseContractShim } from './BaseContractShim'; export declare class IMulticallShim extends BaseContractShim<LocalhostContract, LocalhostInterface> { constructor(address: string, provider: ethers.providers.Provider | undefined); } //# sourceMappingURL=IMulticallShim.d.ts.map