UNPKG

@metamask/keyring-snap-sdk

Version:
13 lines 805 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetSelectedAccountsResponseStruct = exports.GetSelectedAccountsRequestStruct = exports.SnapManageAccountsMethod = void 0; const superstruct_1 = require("@metamask/superstruct"); var SnapManageAccountsMethod; (function (SnapManageAccountsMethod) { SnapManageAccountsMethod["GetSelectedAccounts"] = "getSelectedAccounts"; })(SnapManageAccountsMethod || (exports.SnapManageAccountsMethod = SnapManageAccountsMethod = {})); exports.GetSelectedAccountsRequestStruct = (0, superstruct_1.object)({ method: (0, superstruct_1.literal)(SnapManageAccountsMethod.GetSelectedAccounts), }); exports.GetSelectedAccountsResponseStruct = (0, superstruct_1.array)((0, superstruct_1.string)()); //# sourceMappingURL=methods.cjs.map