Skip to content

clearTxIntentions

clearTxIntentions(store): void

Clear all transaction intentions from the store

Import

ts
import { clearTxIntentions } from "@midl-xyz/midl-js-executor";

Example

ts
clearTxIntentions(store);

Parameters

NameTypeDescription
storeStoreThe store object

Returns

void