mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
2.7 KiB
Plaintext
1 line
2.7 KiB
Plaintext
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":27,"index":27}}],"key":"PnOMrhZAPWoeW3ygrvUJ7ff768Y=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":28},"end":{"line":2,"column":40,"index":68}}],"key":"GRJlO1cmIj14nBxcasNpiq30og4=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.member = member;\n var _rxjs = require(_dependencyMap[0], \"rxjs\");\n var _utilIndexJs = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name member\n * @description Get the member info for a society.\n * @param { AccountId } accountId\n * @example\n * ```javascript\n * const member = await api.derive.society.member(ALICE);\n * console.log(member);\n * ```\n */\n function member(instanceId, api) {\n return (0, _utilIndexJs.memo)(instanceId, accountId => api.derive.society._members([accountId]).pipe((0, _rxjs.map)(([result]) => result)));\n }\n});","lineCount":23,"map":[[7,2,13,0,"exports"],[7,9,13,0],[7,10,13,0,"member"],[7,16,13,0],[7,19,13,0,"member"],[7,25,13,0],[8,2,1,0],[8,6,1,0,"_rxjs"],[8,11,1,0],[8,14,1,0,"require"],[8,21,1,0],[8,22,1,0,"_dependencyMap"],[8,36,1,0],[9,2,2,0],[9,6,2,0,"_utilIndexJs"],[9,18,2,0],[9,21,2,0,"require"],[9,28,2,0],[9,29,2,0,"_dependencyMap"],[9,43,2,0],[10,2,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,2,13,7],[20,11,13,16,"member"],[20,17,13,22,"member"],[20,18,13,23,"instanceId"],[20,28,13,33],[20,30,13,35,"api"],[20,33,13,38],[20,35,13,40],[21,4,14,4],[21,11,14,11],[21,15,14,11,"memo"],[21,27,14,15],[21,28,14,15,"memo"],[21,32,14,15],[21,34,14,16,"instanceId"],[21,44,14,26],[21,46,14,29,"accountId"],[21,55,14,38],[21,59,14,43,"api"],[21,62,14,46],[21,63,14,47,"derive"],[21,69,14,53],[21,70,14,54,"society"],[21,77,14,61],[21,78,14,62,"_members"],[21,86,14,70],[21,87,14,71],[21,88,14,72,"accountId"],[21,97,14,81],[21,98,14,82],[21,99,14,83],[21,100,14,84,"pipe"],[21,104,14,88],[21,105,14,89],[21,109,14,89,"map"],[21,114,14,92],[21,115,14,92,"map"],[21,118,14,92],[21,120,14,93],[21,121,14,94],[21,122,14,95,"result"],[21,128,14,101],[21,129,14,102],[21,134,14,107,"result"],[21,140,14,113],[21,141,14,114],[21,142,14,115],[21,143,14,116],[22,2,15,0],[23,0,15,1],[23,3]],"functionMap":{"names":["<global>","member","memo$argument_1","map$argument_0"],"mappings":"AAA;OCY;4BCC,iEC,oBD,ED;CDC"},"hasCjsExports":false},"type":"js/module"}]} |