UNPKG

@renft/sdk

Version:

**ReNFT** is a multi-chain highly gas-optimised NFT rental protocol and platform that can be whitelabel integrated into any project to enable collateral-free in-house renting, lending, and reward share (scholarship automation).

5 lines (4 loc) 300 B
import { Contract } from '@ethersproject/contracts'; import { EVMNetworkType } from '../core'; import { CreateVersionedContractInterfaceResult } from './types'; export declare const createInterfaceVersions: (contract: Contract, network: EVMNetworkType) => CreateVersionedContractInterfaceResult;