UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

8 lines 570 B
import { ISpaceOwner as LocalhostContract, ISpaceOwnerBase as LocalhostISpaceOwnerBase, ISpaceOwnerInterface as LocalhostInterface } from '@river-build/generated/dev/typings/ISpaceOwner'; import { ethers } from 'ethers'; import { BaseContractShim } from './BaseContractShim'; export type { LocalhostISpaceOwnerBase as ISpaceOwnerBase }; export declare class ISpaceOwnerShim extends BaseContractShim<LocalhostContract, LocalhostInterface> { constructor(address: string, provider: ethers.providers.Provider | undefined); } //# sourceMappingURL=ISpaceOwnerShim.d.ts.map