Type alias PublishResponse

PublishResponse: {
    ceramicIDs?: NodeIDs;
    dpid: number;
    updatedManifest: ResearchObjectV1;
    updatedManifestCid: string;
}

Result of publishing a draft node

Type declaration

  • Optional ceramicIDs?: NodeIDs

    Ceramic stream and commit IDs from publishing to Codex

  • dpid: number

    dPID, new or already existing

  • updatedManifest: ResearchObjectV1

    The updated manifest, which could change in prepublish

  • updatedManifestCid: string

    The new manifest CID, which could change in prepublish

Generated using TypeDoc