Skip to main content
Module

x/clarigen/mod.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.10/mod.ts";
definition: Readonly<{ [name: string]: Account; deployer: Account; }>