Pause
Full control of the payment stream
let tokenId = toUint256WithFelts("0")
await account0.invoke(
txEscrowContract,
'pause',
{
tokenId: tokenId,
paused: 1
},
{ maxFee: FEE}
)Last updated
Full control of the payment stream
let tokenId = toUint256WithFelts("0")
await account0.invoke(
txEscrowContract,
'pause',
{
tokenId: tokenId,
paused: 1
},
{ maxFee: FEE}
)Last updated