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