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