Type alias LegacyPublishResponse

LegacyPublishResponse: {
    ceramicIDs?: NodeIDs;
    dpidTxId?: string;
    updatedManifest: ResearchObjectV1;
    updatedManifestCid: string;
}

Result of publishing a draft node

Type declaration

  • Optional ceramicIDs?: NodeIDs

    Ceramic stream and commit IDs from publishing to Codex

  • Optional dpidTxId?: string

    dPID transaction ID

  • updatedManifest: ResearchObjectV1

    The updated manifest

  • updatedManifestCid: string

    The new manifest CID, which could have changed from adding the dPID

Generated using TypeDoc