UNPKG

@keypo/typescript-sdk

Version:

A TypeScript SDK for using Keypo

14 lines (13 loc) 346 B
export declare function getDataInfo(dataIdentifier: string, debug?: boolean, apiUrl?: string): Promise<{ cid: any; dataContractAddress: any; dataMetadata: { name: any; type: any; mimeType: any; subtype: any; userMetaData: string | undefined; }; owner: any; users: any[]; } | null>;