@keypo/typescript-sdk
Version:
A TypeScript SDK for using Keypo
4 lines (3 loc) • 319 B
TypeScript
import { type ContractInterface } from "ethers";
export declare const mintOwnerNFT: (kernelClient: any, // Using any for now since we need the kernel client's methods
contractAddress: string, fileIdentifier: string, abi: ContractInterface, debug?: boolean, retryAttempts?: number, retryDelay?: number) => Promise<any>;