mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 04:11:02 +00:00
1 line
12 KiB
Plaintext
1 line
12 KiB
Plaintext
{"dependencies":[{"name":"./rpc.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":31,"index":31}}],"key":"7xMNiSU2y/zE2VOabuNZgopusZk=","exportNames":["*"],"imports":1}},{"name":"./runtime.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":32},"end":{"line":2,"column":39,"index":71}}],"key":"ZvZNADrKT8cQiJl2dSq2RlU/AmM=","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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _rpcJs = require(_dependencyMap[0], \"./rpc.js\");\n var _runtimeJs = require(_dependencyMap[1], \"./runtime.js\");\n var _default = {\n rpc: _rpcJs.rpc,\n runtime: _runtimeJs.runtime,\n types: {\n AllowedSlots: {\n _enum: ['PrimarySlots', 'PrimaryAndSecondaryPlainSlots', 'PrimaryAndSecondaryVRFSlots']\n },\n BabeAuthorityWeight: 'u64',\n BabeEpochConfiguration: {\n c: '(u64, u64)',\n allowedSlots: 'AllowedSlots'\n },\n BabeBlockWeight: 'u32',\n BabeEquivocationProof: {\n offender: 'AuthorityId',\n slotNumber: 'SlotNumber',\n firstHeader: 'Header',\n secondHeader: 'Header'\n },\n BabeGenesisConfiguration: {\n slotDuration: 'u64',\n epochLength: 'u64',\n c: '(u64, u64)',\n genesisAuthorities: 'Vec<(AuthorityId, BabeAuthorityWeight)>',\n randomness: 'Randomness',\n allowedSlots: 'AllowedSlots'\n },\n BabeGenesisConfigurationV1: {\n slotDuration: 'u64',\n epochLength: 'u64',\n c: '(u64, u64)',\n genesisAuthorities: 'Vec<(AuthorityId, BabeAuthorityWeight)>',\n randomness: 'Randomness',\n secondarySlots: 'bool'\n },\n BabeWeight: 'u64',\n MaybeRandomness: 'Option<Randomness>',\n MaybeVrf: 'Option<VrfData>',\n Epoch: {\n epochIndex: 'u64',\n startSlot: 'Slot',\n duration: 'u64',\n authorities: 'Vec<(AuthorityId, BabeAuthorityWeight)>',\n randomness: 'Hash',\n // [u8; VRF_OUTPUT_LENGTH],\n config: 'BabeEpochConfiguration'\n },\n EpochAuthorship: {\n primary: 'Vec<u64>',\n secondary: 'Vec<u64>',\n secondary_vrf: 'Vec<u64>'\n },\n NextConfigDescriptor: {\n _enum: {\n V0: 'Null',\n V1: 'NextConfigDescriptorV1'\n }\n },\n NextConfigDescriptorV1: {\n c: '(u64, u64)',\n allowedSlots: 'AllowedSlots'\n },\n OpaqueKeyOwnershipProof: 'Bytes',\n Randomness: 'Hash',\n // [u8; RANDOMNESS_LENGTH],\n RawBabePreDigest: {\n _enum: {\n Phantom: 'Null',\n // index starts at 1... empty slot at 0\n Primary: 'RawBabePreDigestPrimary',\n SecondaryPlain: 'RawBabePreDigestSecondaryPlain',\n SecondaryVRF: 'RawBabePreDigestSecondaryVRF'\n }\n },\n RawBabePreDigestPrimary: {\n authorityIndex: 'u32',\n // AuthorityIndex (also in aura)\n slotNumber: 'SlotNumber',\n vrfOutput: 'VrfOutput',\n vrfProof: 'VrfProof'\n },\n RawBabePreDigestSecondaryPlain: {\n authorityIndex: 'u32',\n // AuthorityIndex (also in aura)\n slotNumber: 'SlotNumber'\n },\n RawBabePreDigestSecondaryVRF: {\n authorityIndex: 'u32',\n slotNumber: 'SlotNumber',\n vrfOutput: 'VrfOutput',\n vrfProof: 'VrfProof'\n },\n RawBabePreDigestTo159: {\n _enum: {\n Primary: 'RawBabePreDigestPrimaryTo159',\n Secondary: 'RawBabePreDigestSecondaryTo159'\n }\n },\n RawBabePreDigestPrimaryTo159: {\n authorityIndex: 'u32',\n slotNumber: 'SlotNumber',\n weight: 'BabeBlockWeight',\n vrfOutput: 'VrfOutput',\n vrfProof: 'VrfProof'\n },\n RawBabePreDigestSecondaryTo159: {\n authorityIndex: 'u32',\n slotNumber: 'SlotNumber',\n weight: 'BabeBlockWeight'\n },\n // a cross old/new compatible version of the digest, that is _only_ useful\n // for partial parsing and extraction of the author. This assumes that all\n // entries has the authorityIndex in the first position - and that it is all\n // we are interested in\n RawBabePreDigestCompat: {\n _enum: {\n Zero: 'u32',\n One: 'u32',\n Two: 'u32',\n Three: 'u32'\n }\n },\n SlotNumber: 'u64',\n VrfData: '[u8; 32]',\n VrfOutput: '[u8; 32]',\n VrfProof: '[u8; 64]'\n }\n };\n});","lineCount":143,"map":[[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"enumerable"],[8,14,3,0],[9,4,3,0,"get"],[9,7,3,0],[9,18,3,0,"get"],[9,19,3,0],[10,6,3,0],[10,13,3,0,"_default"],[10,21,3,0],[11,4,3,0],[12,2,3,0],[13,2,1,0],[13,6,1,0,"_rpcJs"],[13,12,1,0],[13,15,1,0,"require"],[13,22,1,0],[13,23,1,0,"_dependencyMap"],[13,37,1,0],[14,2,2,0],[14,6,2,0,"_runtimeJs"],[14,16,2,0],[14,19,2,0,"require"],[14,26,2,0],[14,27,2,0,"_dependencyMap"],[14,41,2,0],[15,2,3,0],[15,6,3,0,"_default"],[15,14,3,0],[15,17,3,15],[16,4,4,4,"rpc"],[16,7,4,7],[16,9,4,4,"rpc"],[16,15,4,7],[16,16,4,7,"rpc"],[16,19,4,7],[17,4,5,4,"runtime"],[17,11,5,11],[17,13,5,4,"runtime"],[17,23,5,11],[17,24,5,11,"runtime"],[17,31,5,11],[18,4,6,4,"types"],[18,9,6,9],[18,11,6,11],[19,6,7,8,"AllowedSlots"],[19,18,7,20],[19,20,7,22],[20,8,8,12,"_enum"],[20,13,8,17],[20,15,8,19],[20,16,8,20],[20,30,8,34],[20,32,8,36],[20,63,8,67],[20,65,8,69],[20,94,8,98],[21,6,9,8],[21,7,9,9],[22,6,10,8,"BabeAuthorityWeight"],[22,25,10,27],[22,27,10,29],[22,32,10,34],[23,6,11,8,"BabeEpochConfiguration"],[23,28,11,30],[23,30,11,32],[24,8,12,12,"c"],[24,9,12,13],[24,11,12,15],[24,23,12,27],[25,8,13,12,"allowedSlots"],[25,20,13,24],[25,22,13,26],[26,6,14,8],[26,7,14,9],[27,6,15,8,"BabeBlockWeight"],[27,21,15,23],[27,23,15,25],[27,28,15,30],[28,6,16,8,"BabeEquivocationProof"],[28,27,16,29],[28,29,16,31],[29,8,17,12,"offender"],[29,16,17,20],[29,18,17,22],[29,31,17,35],[30,8,18,12,"slotNumber"],[30,18,18,22],[30,20,18,24],[30,32,18,36],[31,8,19,12,"firstHeader"],[31,19,19,23],[31,21,19,25],[31,29,19,33],[32,8,20,12,"secondHeader"],[32,20,20,24],[32,22,20,26],[33,6,21,8],[33,7,21,9],[34,6,22,8,"BabeGenesisConfiguration"],[34,30,22,32],[34,32,22,34],[35,8,23,12,"slotDuration"],[35,20,23,24],[35,22,23,26],[35,27,23,31],[36,8,24,12,"epochLength"],[36,19,24,23],[36,21,24,25],[36,26,24,30],[37,8,25,12,"c"],[37,9,25,13],[37,11,25,15],[37,23,25,27],[38,8,26,12,"genesisAuthorities"],[38,26,26,30],[38,28,26,32],[38,69,26,73],[39,8,27,12,"randomness"],[39,18,27,22],[39,20,27,24],[39,32,27,36],[40,8,28,12,"allowedSlots"],[40,20,28,24],[40,22,28,26],[41,6,29,8],[41,7,29,9],[42,6,30,8,"BabeGenesisConfigurationV1"],[42,32,30,34],[42,34,30,36],[43,8,31,12,"slotDuration"],[43,20,31,24],[43,22,31,26],[43,27,31,31],[44,8,32,12,"epochLength"],[44,19,32,23],[44,21,32,25],[44,26,32,30],[45,8,33,12,"c"],[45,9,33,13],[45,11,33,15],[45,23,33,27],[46,8,34,12,"genesisAuthorities"],[46,26,34,30],[46,28,34,32],[46,69,34,73],[47,8,35,12,"randomness"],[47,18,35,22],[47,20,35,24],[47,32,35,36],[48,8,36,12,"secondarySlots"],[48,22,36,26],[48,24,36,28],[49,6,37,8],[49,7,37,9],[50,6,38,8,"BabeWeight"],[50,16,38,18],[50,18,38,20],[50,23,38,25],[51,6,39,8,"MaybeRandomness"],[51,21,39,23],[51,23,39,25],[51,43,39,45],[52,6,40,8,"MaybeVrf"],[52,14,40,16],[52,16,40,18],[52,33,40,35],[53,6,41,8,"Epoch"],[53,11,41,13],[53,13,41,15],[54,8,42,12,"epochIndex"],[54,18,42,22],[54,20,42,24],[54,25,42,29],[55,8,43,12,"startSlot"],[55,17,43,21],[55,19,43,23],[55,25,43,29],[56,8,44,12,"duration"],[56,16,44,20],[56,18,44,22],[56,23,44,27],[57,8,45,12,"authorities"],[57,19,45,23],[57,21,45,25],[57,62,45,66],[58,8,46,12,"randomness"],[58,18,46,22],[58,20,46,24],[58,26,46,30],[59,8,46,32],[60,8,47,12,"config"],[60,14,47,18],[60,16,47,20],[61,6,48,8],[61,7,48,9],[62,6,49,8,"EpochAuthorship"],[62,21,49,23],[62,23,49,25],[63,8,50,12,"primary"],[63,15,50,19],[63,17,50,21],[63,27,50,31],[64,8,51,12,"secondary"],[64,17,51,21],[64,19,51,23],[64,29,51,33],[65,8,52,12,"secondary_vrf"],[65,21,52,25],[65,23,52,27],[66,6,53,8],[66,7,53,9],[67,6,54,8,"NextConfigDescriptor"],[67,26,54,28],[67,28,54,30],[68,8,55,12,"_enum"],[68,13,55,17],[68,15,55,19],[69,10,56,16,"V0"],[69,12,56,18],[69,14,56,20],[69,20,56,26],[70,10,57,16,"V1"],[70,12,57,18],[70,14,57,20],[71,8,58,12],[72,6,59,8],[72,7,59,9],[73,6,60,8,"NextConfigDescriptorV1"],[73,28,60,30],[73,30,60,32],[74,8,61,12,"c"],[74,9,61,13],[74,11,61,15],[74,23,61,27],[75,8,62,12,"allowedSlots"],[75,20,62,24],[75,22,62,26],[76,6,63,8],[76,7,63,9],[77,6,64,8,"OpaqueKeyOwnershipProof"],[77,29,64,31],[77,31,64,33],[77,38,64,40],[78,6,65,8,"Randomness"],[78,16,65,18],[78,18,65,20],[78,24,65,26],[79,6,65,28],[80,6,66,8,"RawBabePreDigest"],[80,22,66,24],[80,24,66,26],[81,8,67,12,"_enum"],[81,13,67,17],[81,15,67,19],[82,10,68,16,"Phantom"],[82,17,68,23],[82,19,68,25],[82,25,68,31],[83,10,68,33],[84,10,69,16,"Primary"],[84,17,69,23],[84,19,69,25],[84,44,69,50],[85,10,70,16,"SecondaryPlain"],[85,24,70,30],[85,26,70,32],[85,58,70,64],[86,10,71,16,"SecondaryVRF"],[86,22,71,28],[86,24,71,30],[87,8,72,12],[88,6,73,8],[88,7,73,9],[89,6,74,8,"RawBabePreDigestPrimary"],[89,29,74,31],[89,31,74,33],[90,8,75,12,"authorityIndex"],[90,22,75,26],[90,24,75,28],[90,29,75,33],[91,8,75,35],[92,8,76,12,"slotNumber"],[92,18,76,22],[92,20,76,24],[92,32,76,36],[93,8,77,12,"vrfOutput"],[93,17,77,21],[93,19,77,23],[93,30,77,34],[94,8,78,12,"vrfProof"],[94,16,78,20],[94,18,78,22],[95,6,79,8],[95,7,79,9],[96,6,80,8,"RawBabePreDigestSecondaryPlain"],[96,36,80,38],[96,38,80,40],[97,8,81,12,"authorityIndex"],[97,22,81,26],[97,24,81,28],[97,29,81,33],[98,8,81,35],[99,8,82,12,"slotNumber"],[99,18,82,22],[99,20,82,24],[100,6,83,8],[100,7,83,9],[101,6,84,8,"RawBabePreDigestSecondaryVRF"],[101,34,84,36],[101,36,84,38],[102,8,85,12,"authorityIndex"],[102,22,85,26],[102,24,85,28],[102,29,85,33],[103,8,86,12,"slotNumber"],[103,18,86,22],[103,20,86,24],[103,32,86,36],[104,8,87,12,"vrfOutput"],[104,17,87,21],[104,19,87,23],[104,30,87,34],[105,8,88,12,"vrfProof"],[105,16,88,20],[105,18,88,22],[106,6,89,8],[106,7,89,9],[107,6,90,8,"RawBabePreDigestTo159"],[107,27,90,29],[107,29,90,31],[108,8,91,12,"_enum"],[108,13,91,17],[108,15,91,19],[109,10,92,16,"Primary"],[109,17,92,23],[109,19,92,25],[109,49,92,55],[110,10,93,16,"Secondary"],[110,19,93,25],[110,21,93,27],[111,8,94,12],[112,6,95,8],[112,7,95,9],[113,6,96,8,"RawBabePreDigestPrimaryTo159"],[113,34,96,36],[113,36,96,38],[114,8,97,12,"authorityIndex"],[114,22,97,26],[114,24,97,28],[114,29,97,33],[115,8,98,12,"slotNumber"],[115,18,98,22],[115,20,98,24],[115,32,98,36],[116,8,99,12,"weight"],[116,14,99,18],[116,16,99,20],[116,33,99,37],[117,8,100,12,"vrfOutput"],[117,17,100,21],[117,19,100,23],[117,30,100,34],[118,8,101,12,"vrfProof"],[118,16,101,20],[118,18,101,22],[119,6,102,8],[119,7,102,9],[120,6,103,8,"RawBabePreDigestSecondaryTo159"],[120,36,103,38],[120,38,103,40],[121,8,104,12,"authorityIndex"],[121,22,104,26],[121,24,104,28],[121,29,104,33],[122,8,105,12,"slotNumber"],[122,18,105,22],[122,20,105,24],[122,32,105,36],[123,8,106,12,"weight"],[123,14,106,18],[123,16,106,20],[124,6,107,8],[124,7,107,9],[125,6,108,8],[126,6,109,8],[127,6,110,8],[128,6,111,8],[129,6,112,8,"RawBabePreDigestCompat"],[129,28,112,30],[129,30,112,32],[130,8,113,12,"_enum"],[130,13,113,17],[130,15,113,19],[131,10,114,16,"Zero"],[131,14,114,20],[131,16,114,22],[131,21,114,27],[132,10,115,16,"One"],[132,13,115,19],[132,15,115,21],[132,20,115,26],[133,10,116,16,"Two"],[133,13,116,19],[133,15,116,21],[133,20,116,26],[134,10,117,16,"Three"],[134,15,117,21],[134,17,117,23],[135,8,118,12],[136,6,119,8],[136,7,119,9],[137,6,120,8,"SlotNumber"],[137,16,120,18],[137,18,120,20],[137,23,120,25],[138,6,121,8,"VrfData"],[138,13,121,15],[138,15,121,17],[138,25,121,27],[139,6,122,8,"VrfOutput"],[139,15,122,17],[139,17,122,19],[139,27,122,29],[140,6,123,8,"VrfProof"],[140,14,123,16],[140,16,123,18],[141,4,124,4],[142,2,125,0],[142,3,125,1],[143,0,125,2],[143,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} |