UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

10 lines 680 B
import { PlatformRequirementsFacet as LocalhostContract, PlatformRequirementsFacetInterface as LocalhostInterface } from '@river-build/generated/dev/typings/PlatformRequirementsFacet'; import { ethers } from 'ethers'; import { BaseContractShim } from './BaseContractShim'; export declare class PlatformRequirements extends BaseContractShim<LocalhostContract, LocalhostInterface> { constructor(address: string, provider: ethers.providers.Provider | undefined); getMembershipMintLimit(): Promise<ethers.BigNumber>; getMembershipFee(): Promise<ethers.BigNumber>; getMembershipMinPrice(): Promise<ethers.BigNumber>; } //# sourceMappingURL=PlatformRequirements.d.ts.map