@river-build/web3
Version:
Dapps for our Space and Registry contracts
7 lines • 456 B
TypeScript
import { PrepayFacet as LocalhostContract, PrepayFacetInterface as LocalhostInterface } from '@river-build/generated/dev/typings/PrepayFacet';
import { ethers } from 'ethers';
import { BaseContractShim } from './BaseContractShim';
export declare class IPrepayShim extends BaseContractShim<LocalhostContract, LocalhostInterface> {
constructor(address: string, provider: ethers.providers.Provider | undefined);
}
//# sourceMappingURL=IPrepayShim.d.ts.map