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