UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

8 lines 616 B
import { IEntitlementsManager as LocalhostContract, IEntitlementsManagerBase as LocalhostIEntitlementsBase, IEntitlementsManagerInterface as LocalhostInterface } from '@river-build/generated/dev/typings/IEntitlementsManager'; import { ethers } from 'ethers'; import { BaseContractShim } from './BaseContractShim'; export type { LocalhostIEntitlementsBase as IEntitlementsBase }; export declare class IEntitlementsShim extends BaseContractShim<LocalhostContract, LocalhostInterface> { constructor(address: string, provider: ethers.providers.Provider | undefined); } //# sourceMappingURL=IEntitlementsShim.d.ts.map