Function decodeSyncdSnapshot
- decodeSyncdSnapshot(name, snapshot, getAppStateSyncKey, minimumVersionNumber, validateMacs?): Promise<{ 
    mutationMap: ChatMutationMap; 
    state: LTHashState; 
}> Parameters
name: "critical_block" | "critical_unblock_low" | "regular_high" | "regular_low" | "regular"
getAppStateSyncKey: FetchAppStateSyncKey
minimumVersionNumber: undefined | number
validateMacs: boolean = true