Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/clarigen/src/chain.ts>Chain#tx

Deno package for type-safe Clarinet tests
Go to Latest
method Chain.prototype.tx
import { Chain } from "https://deno.land/x/clarigen@v0.4.11/src/chain.ts";

Parameters

payload: ContractCallTyped<A, R>
sender: string

Returns

Receipt<TxCall<R>>