@keypo/typescript-sdk
Version:
A TypeScript SDK for using Keypo
7 lines (6 loc) • 428 B
TypeScript
import { type ContractInterface } from "ethers";
/**
* Deploy file and write permissions to the PermissionsRegistry
*/
export declare const deployPermissionedData: (fileIdentifier: string, fileMetaData: string, kernelClient: any, // Using any for now since we need the kernel client's methods
signerAddress: string, contractAddress: string, validatorAddress: string, abi: ContractInterface, debug?: boolean) => Promise<any>;