Function decodePatches

  • Parameters

    • name: "critical_block" | "critical_unblock_low" | "regular_high" | "regular_low" | "regular"
    • syncds: ISyncdPatch[]
    • initial: LTHashState
    • getAppStateSyncKey: FetchAppStateSyncKey
    • options: AxiosRequestConfig<any>
    • Optional minimumVersionNumber: number
    • Optional logger: Logger<LoggerOptions>
    • validateMacs: boolean = true

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

Generated using TypeDoc