UNPKG

sparrow-controllers

Version:

Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets

9 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MethodNames = void 0; var MethodNames; (function (MethodNames) { MethodNames["requestPermissions"] = "wallet_requestPermissions"; MethodNames["getPermissions"] = "wallet_getPermissions"; })(MethodNames = exports.MethodNames || (exports.MethodNames = {})); //# sourceMappingURL=utils.js.map