Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Models.AlgoScrypt

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
type alias Models.AlgoScrypt
import { type Models } from "https://deno.land/x/appwrite@6.0.0/mod.ts";
const { AlgoScrypt } = Models;

AlgoScrypt

definition: { costCpu: number; costMemory: number; costParallel: number; length: number; }