Skip to main content
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@8.0.0/mod.ts";
const { AlgoScrypt } = Models;

AlgoScrypt

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