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

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

Deno package for type-safe Clarinet tests
Latest
variable accounts
import { accounts } from "https://deno.land/x/clarigen@v0.5.5/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; }; }