UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

13 lines 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ManageStateOperation = void 0; /** * The operations that can be performed on the state. */ var ManageStateOperation; (function (ManageStateOperation) { ManageStateOperation["ClearState"] = "clear"; ManageStateOperation["GetState"] = "get"; ManageStateOperation["UpdateState"] = "update"; })(ManageStateOperation || (exports.ManageStateOperation = ManageStateOperation = {})); //# sourceMappingURL=manage-state.cjs.map