UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

15 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SeverityLevel = void 0; /** * 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. */ var SeverityLevel; (function (SeverityLevel) { SeverityLevel["Critical"] = "critical"; })(SeverityLevel || (exports.SeverityLevel = SeverityLevel = {})); //# sourceMappingURL=transaction.cjs.map