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

x/clarigen/tests/helper.ts>Chain#tx

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

Parameters

payload: ContractCallTyped<A, R>
sender: string

Returns

Receipt<TxCall<R>>