-
decodePatches(name,
syncds,
initial,
getAppStateSyncKey,
options,
minimumVersionNumber?,
logger?,
validateMacs?): Promise<{
mutationMap: ChatMutationMap;
state: LTHashState;
}>
-
Parameters
-
name:
"critical_block" | "critical_unblock_low" | "regular_high" | "regular_low" | "regular"
-
-
-
getAppStateSyncKey:
FetchAppStateSyncKey
-
options:
AxiosRequestConfig<any>
-
Optional
minimumVersionNumber: number
-
Optional
logger:
Logger<LoggerOptions>
-
validateMacs:
boolean = true