@metamask/keyring-internal-api
Version:
MetaMask Keyring Internal API
1 lines • 608 B
Source Map (JSON)
{"version":3,"file":"versions.mjs","sourceRoot":"","sources":["../src/versions.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,cAWX;AAXD,WAAY,cAAc;IACxB,eAAe;IACf,2BAAS,CAAA;IAET;;;;;OAKG;IACH,2BAAS,CAAA;AACX,CAAC,EAXW,cAAc,KAAd,cAAc,QAWzB","sourcesContent":["export enum KeyringVersion {\n /** Default. */\n V1 = 'v1',\n\n /**\n * Introduction of `KeyringRequest.origin`.\n *\n * Snap will now receive the `origin` as part of a `KeyringRequest` when `submitRequest` is invoked.\n * We also expect Snaps to display this `origin` in their confirmation screens (if any).\n */\n V2 = 'v2',\n}\n"]}