Function decodeSyncdSnapshot

  • Parameters

    • name: "critical_block" | "critical_unblock_low" | "regular_high" | "regular_low" | "regular"
    • snapshot: ISyncdSnapshot
    • getAppStateSyncKey: FetchAppStateSyncKey
    • minimumVersionNumber: undefined | number
    • validateMacs: boolean = true

    Returns Promise<{
        mutationMap: ChatMutationMap;
        state: LTHashState;
    }>

Generated using TypeDoc