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

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

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

Parameters

payload: ContractCallTyped<A, R>
sender: string

Returns

Receipt<TxCall<R, true>>