@metamask/snaps-sdk
Version:
A library containing the core functionality for building MetaMask Snaps
12 lines • 400 B
JavaScript
/**
* The severity level of content being returned from a transaction insight.
* Currently only one level is supported:
*
* - `critical` - The transaction is critical and should not be submitted by the
* user.
*/
export var SeverityLevel;
(function (SeverityLevel) {
SeverityLevel["Critical"] = "critical";
})(SeverityLevel || (SeverityLevel = {}));
//# sourceMappingURL=transaction.mjs.map