Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 598 Bytes

File metadata and controls

19 lines (10 loc) · 598 Bytes

@metamask/user-operation-controller

Creates user operations and manages their life cycle.

Installation

yarn add @metamask/user-operation-controller

or

npm install @metamask/user-operation-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.