UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

10 lines 376 B
/** * The operations that can be performed on the state. */ export var ManageStateOperation; (function (ManageStateOperation) { ManageStateOperation["ClearState"] = "clear"; ManageStateOperation["GetState"] = "get"; ManageStateOperation["UpdateState"] = "update"; })(ManageStateOperation || (ManageStateOperation = {})); //# sourceMappingURL=manage-state.mjs.map