Skip to main content
Module

x/clarinet/index.ts>AssetsMaps

Clarinet is a simple, modern and opinionated runtime for testing, integrating and deploying Clarity smart contracts.
Go to Latest
interface AssetsMaps
import { type AssetsMaps } from "https://deno.land/x/clarinet@v1.0.2/index.ts";

Properties

session_id: number
assets: { [name: string]: { [owner: string]: number; }; }