Appearance
Adds a new transaction intention to the store.
import { useAddTxIntention } from "@midl-xyz/midl-js-executor-react";
const { addTxIntention } = useAddTxIntention(); addTxIntention({ intention, reset, publicKey, });