Skip to content

Files

Latest commit

5e153a4 · Jun 12, 2025

History

History

transaction-controller

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 12, 2025
Dec 5, 2024
Jun 12, 2025
Nov 11, 2022
Nov 27, 2024
Mar 25, 2025
Jun 11, 2025
Feb 17, 2025
Feb 17, 2025
Nov 11, 2022

README.md

@metamask/transaction-controller

Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation.

Installation

yarn add @metamask/transaction-controller

or

npm install @metamask/transaction-controller

Compatibility

This package relies implicitly upon the EventEmitter module. This module is available natively in Node.js, but when using this package for the browser, make sure to use a polyfill such as events.

Contributing

This package is part of a monorepo. Instructions for contributing can be found in the monorepo README.