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

x/clarigen/artifacts/clarigen/index.ts>accounts

Deno package for type-safe Clarinet tests
Go to Latest
variable accounts
import { accounts } from "https://deno.land/x/clarigen@v0.4.11/artifacts/clarigen/index.ts";

type

{ deployer: { address: string; balance: number; }; wallet_1: { address: string; balance: number; }; wallet_2: { address: string; balance: number; }; wallet_3: { address: string; balance: number; }; wallet_4: { address: string; balance: number; }; wallet_5: { address: string; balance: number; }; wallet_6: { address: string; balance: number; }; wallet_7: { address: string; balance: number; }; wallet_8: { address: string; balance: number; }; wallet_9: { address: string; balance: number; }; }