Skip to main content
Module

x/clarigen/src/factory.ts>Accounts

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