UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

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