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