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

x/clarigen/src/index.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.8/src/index.ts";

Parameters

payload: ContractCallTyped<A, R>
sender: string

Returns

Receipt<TxCall<R>>