Midnight.js API Reference v1.0.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-testing / expectSuccessfulCallTx
Function: expectSuccessfulCallTx()
expectSuccessfulCallTx<
C
,ICK
>(providers
,callTxData
,callTxOptions
?,nextPrivateState
?):Promise
<void
>
Type Parameters
C
C
extends Contract
<any
, Witnesses
<any
>>
ICK
ICK
extends string
Parameters
providers
MidnightProviders
<ImpureCircuitId
<C
>, string
, unknown
>
callTxData
FinalizedCallTxData
<C
, ICK
>
callTxOptions?
CallTxOptions
<C
, ICK
>
nextPrivateState?
PrivateState
<C
>
Returns
Promise
<void
>