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