Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/index.ts>Accounts

Deno package for type-safe Clarinet tests
Go to Latest
type alias Accounts
Re-export
import { type Accounts } from "https://deno.land/x/clarigen@v0.4.3/src/index.ts";
definition: Readonly<{ [name: string]: Account; deployer: Account; }>