• Gets the details of all children nodes of an article node. This represents the provenance of the article.

    Parameters

    • articleId: string

      article node id

    • ipfsGateway: string

      ipfs gateway url in case a self hosted or a public ipfs gateway is used. Default is ''

    • Optional pinataConfig: PinataConfig

      pinata configuration object containing pinataKey and pinataSecret

    Returns Promise<AssetNode[]>

    a promise that resolves with all children nodes of an article node

Generated using TypeDoc