Function parseArrayLikeToDetails
- parseArrayLikeToDetails(content, cid, onProgress?): Promise<{
cid: string;
content?: string;
gateway: boolean;
link?: string;
text?: string;
type?: IpfsContentType;
}> Returns Promise<{
cid: string;
content?: string;
gateway: boolean;
link?: string;
text?: string;
type?: IpfsContentType;
}>