@helium/hpl-crons-sdk 0.10.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +203 -0
- package/lib/cjs/constants.js +7 -0
- package/lib/cjs/constants.js.map +1 -0
- package/lib/cjs/index.js +67 -0
- package/lib/cjs/index.js.map +1 -0
- package/lib/cjs/pdas.js +30 -0
- package/lib/cjs/pdas.js.map +1 -0
- package/lib/esm/src/constants.js +4 -0
- package/lib/esm/src/constants.js.map +1 -0
- package/lib/esm/src/index.js +37 -0
- package/lib/esm/src/index.js.map +1 -0
- package/lib/esm/src/pdas.js +22 -0
- package/lib/esm/src/pdas.js.map +1 -0
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -0
- package/lib/types/src/constants.d.ts +4 -0
- package/lib/types/src/constants.d.ts.map +1 -0
- package/lib/types/src/index.d.ts +9 -0
- package/lib/types/src/index.d.ts.map +1 -0
- package/lib/types/src/pdas.d.ts +7 -0
- package/lib/types/src/pdas.d.ts.map +1 -0
- package/package.json +50 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright 2020 Helium Systems, Inc.
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
|
203
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TASK_QUEUE_ID = exports.PROGRAM_ID = void 0;
|
|
4
|
+
const web3_js_1 = require("@solana/web3.js");
|
|
5
|
+
exports.PROGRAM_ID = new web3_js_1.PublicKey("hcrLPFgFUY6sCUKzqLWxXx5bntDiDCrAZVcrXfx9AHu");
|
|
6
|
+
exports.TASK_QUEUE_ID = new web3_js_1.PublicKey("H39gEszvsi6AT4rYBiJTuZHJSF5hMHy6CKGTd7wzhsg7");
|
|
7
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAE/B,QAAA,UAAU,GAAG,IAAI,mBAAS,CAAC,6CAA6C,CAAC,CAAC;AAE1E,QAAA,aAAa,GAAG,IAAI,mBAAS,CACxC,8CAA8C,CAC/C,CAAC"}
|
package/lib/cjs/index.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
17
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
18
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
19
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
20
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
21
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
22
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.init = exports.nextAvailableTaskIds = void 0;
|
|
27
|
+
const anchor_1 = require("@coral-xyz/anchor");
|
|
28
|
+
const anchor_resolvers_1 = require("@helium/anchor-resolvers");
|
|
29
|
+
const spl_utils_1 = require("@helium/spl-utils");
|
|
30
|
+
const constants_1 = require("./constants");
|
|
31
|
+
__exportStar(require("./constants"), exports);
|
|
32
|
+
__exportStar(require("./pdas"), exports);
|
|
33
|
+
function nextAvailableTaskIds(taskBitmap, n) {
|
|
34
|
+
if (n === 0) {
|
|
35
|
+
return [];
|
|
36
|
+
}
|
|
37
|
+
const availableTaskIds = [];
|
|
38
|
+
for (let byteIdx = 0; byteIdx < taskBitmap.length; byteIdx++) {
|
|
39
|
+
const byte = taskBitmap[byteIdx];
|
|
40
|
+
if (byte !== 0xff) {
|
|
41
|
+
// If byte is not all 1s
|
|
42
|
+
for (let bitIdx = 0; bitIdx < 8; bitIdx++) {
|
|
43
|
+
if ((byte & (1 << bitIdx)) === 0) {
|
|
44
|
+
availableTaskIds.push(byteIdx * 8 + bitIdx);
|
|
45
|
+
if (availableTaskIds.length === n) {
|
|
46
|
+
return availableTaskIds;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
return availableTaskIds;
|
|
53
|
+
}
|
|
54
|
+
exports.nextAvailableTaskIds = nextAvailableTaskIds;
|
|
55
|
+
function init(provider, programId = constants_1.PROGRAM_ID, idl) {
|
|
56
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
+
if (!idl) {
|
|
58
|
+
idl = yield (0, spl_utils_1.fetchBackwardsCompatibleIdl)(programId, provider);
|
|
59
|
+
}
|
|
60
|
+
const program = new anchor_1.Program(idl, provider, undefined, () => {
|
|
61
|
+
return anchor_resolvers_1.heliumCommonResolver;
|
|
62
|
+
});
|
|
63
|
+
return program;
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
exports.init = init;
|
|
67
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8CAAiE;AACjE,+DAEkC;AAElC,iDAAgE;AAEhE,2CAAyC;AAEzC,8CAA4B;AAC5B,yCAAuB;AAEvB,SAAgB,oBAAoB,CAAC,UAAkB,EAAE,CAAS;IAChE,IAAI,CAAC,KAAK,CAAC,EAAE;QACX,OAAO,EAAE,CAAC;KACX;IAED,MAAM,gBAAgB,GAAa,EAAE,CAAC;IACtC,KAAK,IAAI,OAAO,GAAG,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,MAAM,EAAE,OAAO,EAAE,EAAE;QAC5D,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;QACjC,IAAI,IAAI,KAAK,IAAI,EAAE;YACjB,wBAAwB;YACxB,KAAK,IAAI,MAAM,GAAG,CAAC,EAAE,MAAM,GAAG,CAAC,EAAE,MAAM,EAAE,EAAE;gBACzC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,MAAM,CAAC,CAAC,KAAK,CAAC,EAAE;oBAChC,gBAAgB,CAAC,IAAI,CAAC,OAAO,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC;oBAC5C,IAAI,gBAAgB,CAAC,MAAM,KAAK,CAAC,EAAE;wBACjC,OAAO,gBAAgB,CAAC;qBACzB;iBACF;aACF;SACF;KACF;IACD,OAAO,gBAAgB,CAAC;AAC1B,CAAC;AArBD,oDAqBC;AAED,SAAsB,IAAI,CACxB,QAAwB,EACxB,YAAuB,sBAAU,EACjC,GAAgB;;QAEhB,IAAI,CAAC,GAAG,EAAE;YACR,GAAG,GAAG,MAAM,IAAA,uCAA2B,EAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;SAC9D;QAED,MAAM,OAAO,GAAG,IAAI,gBAAO,CACzB,GAAe,EACf,QAAQ,EACR,SAAS,EACT,GAAG,EAAE;YACH,OAAO,uCAAoB,CAAC;QAC9B,CAAC,CACmB,CAAC;QAEvB,OAAO,OAAO,CAAC;IACjB,CAAC;CAAA;AAnBD,oBAmBC"}
|
package/lib/cjs/pdas.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.taskReturnAccountKey = exports.epochTrackerKey = exports.delegationClaimBotKey = exports.queueAuthorityKey = exports.entityCronAuthorityKey = void 0;
|
|
4
|
+
const web3_js_1 = require("@solana/web3.js");
|
|
5
|
+
const constants_1 = require("./constants");
|
|
6
|
+
function entityCronAuthorityKey(wallet, programId = constants_1.PROGRAM_ID) {
|
|
7
|
+
return web3_js_1.PublicKey.findProgramAddressSync([Buffer.from("entity_cron_authority"), wallet.toBuffer()], programId);
|
|
8
|
+
}
|
|
9
|
+
exports.entityCronAuthorityKey = entityCronAuthorityKey;
|
|
10
|
+
function queueAuthorityKey(programId = constants_1.PROGRAM_ID) {
|
|
11
|
+
return web3_js_1.PublicKey.findProgramAddressSync([Buffer.from("queue_authority")], programId);
|
|
12
|
+
}
|
|
13
|
+
exports.queueAuthorityKey = queueAuthorityKey;
|
|
14
|
+
function delegationClaimBotKey(taskQueue, delegatedPosition, programId = constants_1.PROGRAM_ID) {
|
|
15
|
+
return web3_js_1.PublicKey.findProgramAddressSync([
|
|
16
|
+
Buffer.from("delegation_claim_bot", "utf-8"),
|
|
17
|
+
taskQueue.toBuffer(),
|
|
18
|
+
delegatedPosition.toBuffer(),
|
|
19
|
+
], programId);
|
|
20
|
+
}
|
|
21
|
+
exports.delegationClaimBotKey = delegationClaimBotKey;
|
|
22
|
+
function epochTrackerKey(dao, programId = constants_1.PROGRAM_ID) {
|
|
23
|
+
return web3_js_1.PublicKey.findProgramAddressSync([Buffer.from("epoch_tracker", "utf-8"), dao.toBuffer()], programId);
|
|
24
|
+
}
|
|
25
|
+
exports.epochTrackerKey = epochTrackerKey;
|
|
26
|
+
function taskReturnAccountKey(programId = constants_1.PROGRAM_ID) {
|
|
27
|
+
return web3_js_1.PublicKey.findProgramAddressSync([Buffer.from("task_return_account", "utf-8")], programId);
|
|
28
|
+
}
|
|
29
|
+
exports.taskReturnAccountKey = taskReturnAccountKey;
|
|
30
|
+
//# sourceMappingURL=pdas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdas.js","sourceRoot":"","sources":["../../src/pdas.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAC5C,2CAAyC;AAEzC,SAAgB,sBAAsB,CAAC,MAAiB,EAAE,SAAS,GAAG,sBAAU;IAC9E,OAAO,mBAAS,CAAC,sBAAsB,CACrC,CAAC,MAAM,CAAC,IAAI,CAAC,uBAAuB,CAAC,EAAE,MAAM,CAAC,QAAQ,EAAE,CAAC,EACzD,SAAS,CACV,CAAC;AACJ,CAAC;AALD,wDAKC;AAED,SAAgB,iBAAiB,CAC/B,SAAS,GAAG,sBAAU;IAEtB,OAAO,mBAAS,CAAC,sBAAsB,CACrC,CAAC,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,EAChC,SAAS,CACV,CAAC;AACJ,CAAC;AAPD,8CAOC;AAED,SAAgB,qBAAqB,CACnC,SAAoB,EACpB,iBAA4B,EAC5B,SAAS,GAAG,sBAAU;IAEtB,OAAO,mBAAS,CAAC,sBAAsB,CACrC;QACE,MAAM,CAAC,IAAI,CAAC,sBAAsB,EAAE,OAAO,CAAC;QAC5C,SAAS,CAAC,QAAQ,EAAE;QACpB,iBAAiB,CAAC,QAAQ,EAAE;KAC7B,EACD,SAAS,CACV,CAAC;AACJ,CAAC;AAbD,sDAaC;AAED,SAAgB,eAAe,CAAC,GAAc,EAAE,SAAS,GAAG,sBAAU;IACpE,OAAO,mBAAS,CAAC,sBAAsB,CACrC,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,EAAE,CAAC,EACvD,SAAS,CACV,CAAC;AACJ,CAAC;AALD,0CAKC;AAED,SAAgB,oBAAoB,CAAC,SAAS,GAAG,sBAAU;IACzD,OAAO,mBAAS,CAAC,sBAAsB,CACrC,CAAC,MAAM,CAAC,IAAI,CAAC,qBAAqB,EAAE,OAAO,CAAC,CAAC,EAC7C,SAAS,CACV,CAAC;AACJ,CAAC;AALD,oDAKC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,MAAM,CAAC,MAAM,UAAU,GAAG,IAAI,SAAS,CAAC,6CAA6C,CAAC,CAAC;AAEvF,MAAM,CAAC,MAAM,aAAa,GAAG,IAAI,SAAS,CACxC,8CAA8C,CAC/C,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Program } from "@coral-xyz/anchor";
|
|
2
|
+
import { heliumCommonResolver } from "@helium/anchor-resolvers";
|
|
3
|
+
import { fetchBackwardsCompatibleIdl } from "@helium/spl-utils";
|
|
4
|
+
import { PROGRAM_ID } from "./constants";
|
|
5
|
+
export * from "./constants";
|
|
6
|
+
export * from "./pdas";
|
|
7
|
+
export function nextAvailableTaskIds(taskBitmap, n) {
|
|
8
|
+
if (n === 0) {
|
|
9
|
+
return [];
|
|
10
|
+
}
|
|
11
|
+
const availableTaskIds = [];
|
|
12
|
+
for (let byteIdx = 0; byteIdx < taskBitmap.length; byteIdx++) {
|
|
13
|
+
const byte = taskBitmap[byteIdx];
|
|
14
|
+
if (byte !== 0xff) {
|
|
15
|
+
// If byte is not all 1s
|
|
16
|
+
for (let bitIdx = 0; bitIdx < 8; bitIdx++) {
|
|
17
|
+
if ((byte & (1 << bitIdx)) === 0) {
|
|
18
|
+
availableTaskIds.push(byteIdx * 8 + bitIdx);
|
|
19
|
+
if (availableTaskIds.length === n) {
|
|
20
|
+
return availableTaskIds;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
return availableTaskIds;
|
|
27
|
+
}
|
|
28
|
+
export async function init(provider, programId = PROGRAM_ID, idl) {
|
|
29
|
+
if (!idl) {
|
|
30
|
+
idl = await fetchBackwardsCompatibleIdl(programId, provider);
|
|
31
|
+
}
|
|
32
|
+
const program = new Program(idl, provider, undefined, () => {
|
|
33
|
+
return heliumCommonResolver;
|
|
34
|
+
});
|
|
35
|
+
return program;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EACL,oBAAoB,EACrB,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAC;AAEhE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AAEvB,MAAM,UAAU,oBAAoB,CAAC,UAAkB,EAAE,CAAS;IAChE,IAAI,CAAC,KAAK,CAAC,EAAE;QACX,OAAO,EAAE,CAAC;KACX;IAED,MAAM,gBAAgB,GAAa,EAAE,CAAC;IACtC,KAAK,IAAI,OAAO,GAAG,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,MAAM,EAAE,OAAO,EAAE,EAAE;QAC5D,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;QACjC,IAAI,IAAI,KAAK,IAAI,EAAE;YACjB,wBAAwB;YACxB,KAAK,IAAI,MAAM,GAAG,CAAC,EAAE,MAAM,GAAG,CAAC,EAAE,MAAM,EAAE,EAAE;gBACzC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,MAAM,CAAC,CAAC,KAAK,CAAC,EAAE;oBAChC,gBAAgB,CAAC,IAAI,CAAC,OAAO,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC;oBAC5C,IAAI,gBAAgB,CAAC,MAAM,KAAK,CAAC,EAAE;wBACjC,OAAO,gBAAgB,CAAC;qBACzB;iBACF;aACF;SACF;KACF;IACD,OAAO,gBAAgB,CAAC;AAC1B,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,IAAI,CACxB,QAAwB,EACxB,YAAuB,UAAU,EACjC,GAAgB;IAEhB,IAAI,CAAC,GAAG,EAAE;QACR,GAAG,GAAG,MAAM,2BAA2B,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;KAC9D;IAED,MAAM,OAAO,GAAG,IAAI,OAAO,CACzB,GAAe,EACf,QAAQ,EACR,SAAS,EACT,GAAG,EAAE;QACH,OAAO,oBAAoB,CAAC;IAC9B,CAAC,CACmB,CAAC;IAEvB,OAAO,OAAO,CAAC;AACjB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
|
2
|
+
import { PROGRAM_ID } from "./constants";
|
|
3
|
+
export function entityCronAuthorityKey(wallet, programId = PROGRAM_ID) {
|
|
4
|
+
return PublicKey.findProgramAddressSync([Buffer.from("entity_cron_authority"), wallet.toBuffer()], programId);
|
|
5
|
+
}
|
|
6
|
+
export function queueAuthorityKey(programId = PROGRAM_ID) {
|
|
7
|
+
return PublicKey.findProgramAddressSync([Buffer.from("queue_authority")], programId);
|
|
8
|
+
}
|
|
9
|
+
export function delegationClaimBotKey(taskQueue, delegatedPosition, programId = PROGRAM_ID) {
|
|
10
|
+
return PublicKey.findProgramAddressSync([
|
|
11
|
+
Buffer.from("delegation_claim_bot", "utf-8"),
|
|
12
|
+
taskQueue.toBuffer(),
|
|
13
|
+
delegatedPosition.toBuffer(),
|
|
14
|
+
], programId);
|
|
15
|
+
}
|
|
16
|
+
export function epochTrackerKey(dao, programId = PROGRAM_ID) {
|
|
17
|
+
return PublicKey.findProgramAddressSync([Buffer.from("epoch_tracker", "utf-8"), dao.toBuffer()], programId);
|
|
18
|
+
}
|
|
19
|
+
export function taskReturnAccountKey(programId = PROGRAM_ID) {
|
|
20
|
+
return PublicKey.findProgramAddressSync([Buffer.from("task_return_account", "utf-8")], programId);
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=pdas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdas.js","sourceRoot":"","sources":["../../../src/pdas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,UAAU,sBAAsB,CAAC,MAAiB,EAAE,SAAS,GAAG,UAAU;IAC9E,OAAO,SAAS,CAAC,sBAAsB,CACrC,CAAC,MAAM,CAAC,IAAI,CAAC,uBAAuB,CAAC,EAAE,MAAM,CAAC,QAAQ,EAAE,CAAC,EACzD,SAAS,CACV,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iBAAiB,CAC/B,SAAS,GAAG,UAAU;IAEtB,OAAO,SAAS,CAAC,sBAAsB,CACrC,CAAC,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,EAChC,SAAS,CACV,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qBAAqB,CACnC,SAAoB,EACpB,iBAA4B,EAC5B,SAAS,GAAG,UAAU;IAEtB,OAAO,SAAS,CAAC,sBAAsB,CACrC;QACE,MAAM,CAAC,IAAI,CAAC,sBAAsB,EAAE,OAAO,CAAC;QAC5C,SAAS,CAAC,QAAQ,EAAE;QACpB,iBAAiB,CAAC,QAAQ,EAAE;KAC7B,EACD,SAAS,CACV,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,eAAe,CAAC,GAAc,EAAE,SAAS,GAAG,UAAU;IACpE,OAAO,SAAS,CAAC,sBAAsB,CACrC,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,EAAE,CAAC,EACvD,SAAS,CACV,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,SAAS,GAAG,UAAU;IACzD,OAAO,SAAS,CAAC,sBAAsB,CACrC,CAAC,MAAM,CAAC,IAAI,CAAC,qBAAqB,EAAE,OAAO,CAAC,CAAC,EAC7C,SAAS,CACV,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/dom-events.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/globals.global.d.ts","../../../../node_modules/@types/node/index.d.ts","../../../../node_modules/buffer/index.d.ts","../../node_modules/@solana/web3.js/lib/index.d.ts","../../src/constants.ts","../../../../node_modules/@coral-xyz/anchor/node_modules/@solana/web3.js/lib/index.d.ts","../../../../node_modules/eventemitter3/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/idl.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/context.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/common.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/rpc.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/provider.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/nodewallet.d.ts","../../../../node_modules/@types/bn.js/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/error.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/account.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/accounts-resolver.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/instruction.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/transaction.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/rpc.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/simulate.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/views.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/methods.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/types.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/event.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/borsh/accounts.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/borsh/event.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/borsh/types.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/borsh/discriminator.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/borsh/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/system/instruction.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/system/accounts.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/system/events.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/system/types.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/system/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/coder/borsh/instruction.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/sha256.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/pubkey.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/bytes/hex.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/bytes/utf8.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/bytes/bs58.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/bytes/base64.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/bytes/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/token.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/features.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/registry.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/utils/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/namespace/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/program/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/native/system.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/native/index.d.ts","../../../../node_modules/@coral-xyz/anchor/dist/cjs/index.d.ts","../../node_modules/@helium/anchor-resolvers/lib/types/src/ataresolver.d.ts","../../node_modules/@helium/anchor-resolvers/lib/types/src/combineresolvers.d.ts","../../node_modules/@helium/anchor-resolvers/lib/types/src/utils.d.ts","../../node_modules/@helium/anchor-resolvers/lib/types/src/individual.d.ts","../../node_modules/@helium/anchor-resolvers/lib/types/src/heliumcommonresolver.d.ts","../../node_modules/@helium/anchor-resolvers/lib/types/src/index.d.ts","../../../idls/lib/types/hpl_crons.d.ts","../../../spl-utils/lib/types/src/extendborsh.d.ts","../../../../node_modules/@solana/web3.js/lib/index.d.ts","../../../spl-utils/lib/types/src/draft.d.ts","../../../spl-utils/lib/types/src/transaction.d.ts","../../../spl-utils/lib/types/src/anchorerror.d.ts","../../../spl-utils/lib/types/src/executeremotetxn.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/amounttouiamount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/approve.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/approvechecked.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/burn.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/burnchecked.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/closeaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/createaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/createassociatedtokenaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/createassociatedtokenaccountidempotent.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/createmint.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/createmultisig.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/createnativemint.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/createwrappednativeaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/freezeaccount.d.ts","../../../../node_modules/@solana/buffer-layout/lib/layout.d.ts","../../../../node_modules/@solana/spl-token/lib/types/state/mint.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/extensiontype.d.ts","../../../../node_modules/@solana/spl-token/lib/types/state/account.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/getorcreateassociatedtokenaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/mintto.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/minttochecked.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/revoke.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/types.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/setauthority.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/setauthority.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/syncnative.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/thawaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/transfer.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/transferchecked.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/uiamounttoamount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/actions/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/constants.d.ts","../../../../node_modules/@solana/spl-token/lib/types/errors.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/accounttype.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/cpiguard/actions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/cpiguard/instructions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/cpiguard/state.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/cpiguard/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/defaultaccountstate/actions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/defaultaccountstate/instructions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/defaultaccountstate/state.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/defaultaccountstate/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/immutableowner.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/interestbearingmint/actions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/interestbearingmint/instructions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/interestbearingmint/state.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/interestbearingmint/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/memotransfer/actions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/memotransfer/instructions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/memotransfer/state.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/memotransfer/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/mintcloseauthority.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/nontransferable.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/transferfee/actions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/transferfee/instructions.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/transferfee/state.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/transferfee/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/permanentdelegate.d.ts","../../../../node_modules/@solana/spl-token/lib/types/extensions/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/associatedtokenaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/amounttouiamount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/approve.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/approvechecked.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/burn.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/burnchecked.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/closeaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/freezeaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializeaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializeaccount2.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializeaccount3.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializemint.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializemint2.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializemultisig.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/mintto.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/minttochecked.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/revoke.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/syncnative.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/thawaccount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/transfer.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/transferchecked.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/uiamounttoamount.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/decode.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializemultisig2.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializeimmutableowner.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializemintcloseauthority.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/reallocate.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/createnativemint.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializenontransferablemint.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/initializepermanentdelegate.d.ts","../../../../node_modules/@solana/spl-token/lib/types/instructions/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/state/multisig.d.ts","../../../../node_modules/@solana/spl-token/lib/types/state/index.d.ts","../../../../node_modules/@solana/spl-token/lib/types/index.d.ts","../../../spl-utils/lib/types/src/utils.d.ts","../../../spl-utils/lib/types/src/token.d.ts","../../../spl-utils/lib/types/src/constants.d.ts","../../../spl-utils/lib/types/src/fetchbackwardscompatibleidl.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/node_modules/@solana/web3.js/lib/index.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/types.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/collections.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/composites.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/numbers.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/string.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/enums.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/aliases.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/tuples.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/maps.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/unit.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beets/sets.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beet.fixable.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/read-write.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/struct.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/struct.fixable.d.ts","../../../../node_modules/@metaplex-foundation/beet/dist/types/src/beet.d.ts","../../../../node_modules/@metaplex-foundation/beet-solana/node_modules/@solana/web3.js/lib/index.d.ts","../../../../node_modules/@metaplex-foundation/beet-solana/dist/types/src/keys.d.ts","../../../../node_modules/@metaplex-foundation/beet-solana/dist/types/src/gpa/index.d.ts","../../../../node_modules/@metaplex-foundation/beet-solana/dist/types/src/beet-solana.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/accounts/treeconfig.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/leafschema.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/accounts/voucher.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/accounts/index.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/errors/index.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/burn.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/cancelredeem.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/compress.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/createtree.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/tokenstandard.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/collection.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/usemethod.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/uses.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/tokenprogramversion.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/creator.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/metadataargs.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/decompressv1.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/delegate.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/minttocollectionv1.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/mintv1.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/redeem.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/setandverifycollection.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/settreedelegate.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/transfer.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/unverifycollection.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/unverifycreator.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/verifycollection.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/verifycreator.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/instructions/index.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/bubblegumeventtype.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/instructionname.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/version.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/types/index.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/generated/index.d.ts","../../../../node_modules/@metaplex-foundation/cusper/dist/src/types.d.ts","../../../../node_modules/@metaplex-foundation/cusper/dist/src/resolve-error.d.ts","../../../../node_modules/@metaplex-foundation/cusper/dist/src/cusper.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/errors.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/mpl-bubblegum.d.ts","../../../../node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/index.d.ts","../../../spl-utils/lib/types/src/mplassetapi.d.ts","../../../spl-utils/lib/types/src/priorityfees.d.ts","../../../spl-utils/lib/types/src/proofargsandaccounts.d.ts","../../../spl-utils/lib/types/src/index.d.ts","../../src/pdas.ts","../../src/index.ts","../../../../node_modules/@types/retry/index.d.ts","../../../../node_modules/@types/async-retry/index.d.ts","../../../../node_modules/@types/bluebird/index.d.ts","../../../../node_modules/@types/connect/index.d.ts","../../../../node_modules/@types/body-parser/index.d.ts","../../../../node_modules/base-x/src/index.d.ts","../../../../node_modules/@types/bs58/index.d.ts","../../../../node_modules/@types/chai/index.d.ts","../../../../node_modules/@types/chai-as-promised/index.d.ts","../../../../node_modules/@types/cli-progress/index.d.ts","../../../../node_modules/@types/continuation-local-storage/index.d.ts","../../../../node_modules/@types/cookiejar/index.d.ts","../../../../node_modules/@types/cors/index.d.ts","../../../../node_modules/@types/luxon/src/zone.d.ts","../../../../node_modules/@types/luxon/src/settings.d.ts","../../../../node_modules/@types/luxon/src/_util.d.ts","../../../../node_modules/@types/luxon/src/misc.d.ts","../../../../node_modules/@types/luxon/src/duration.d.ts","../../../../node_modules/@types/luxon/src/interval.d.ts","../../../../node_modules/@types/luxon/src/datetime.d.ts","../../../../node_modules/@types/luxon/src/info.d.ts","../../../../node_modules/@types/luxon/src/luxon.d.ts","../../../../node_modules/@types/luxon/index.d.ts","../../../../node_modules/cron/dist/constants.d.ts","../../../../node_modules/cron/dist/types/utils.d.ts","../../../../node_modules/cron/dist/types/cron.types.d.ts","../../../../node_modules/cron/dist/time.d.ts","../../../../node_modules/cron/dist/job.d.ts","../../../../node_modules/cron/dist/index.d.ts","../../../../node_modules/@types/crypto-js/index.d.ts","../../../../node_modules/@types/ms/index.d.ts","../../../../node_modules/@types/debug/index.d.ts","../../../../node_modules/@types/deep-equal/index.d.ts","../../../../node_modules/@types/mime/index.d.ts","../../../../node_modules/@types/send/index.d.ts","../../../../node_modules/@types/range-parser/index.d.ts","../../../../node_modules/@types/qs/index.d.ts","../../../../node_modules/@types/express-serve-static-core/index.d.ts","../../../../node_modules/@types/serve-static/node_modules/@types/mime/mime.d.ts","../../../../node_modules/@types/serve-static/node_modules/@types/mime/index.d.ts","../../../../node_modules/@types/http-errors/index.d.ts","../../../../node_modules/@types/serve-static/index.d.ts","../../../../node_modules/@types/express/index.d.ts","../../../../node_modules/@types/json5/index.d.ts","../../../../node_modules/@types/libsodium-wrappers/index.d.ts","../../../../node_modules/@types/lodash/common/common.d.ts","../../../../node_modules/@types/lodash/common/array.d.ts","../../../../node_modules/@types/lodash/common/collection.d.ts","../../../../node_modules/@types/lodash/common/date.d.ts","../../../../node_modules/@types/lodash/common/function.d.ts","../../../../node_modules/@types/lodash/common/lang.d.ts","../../../../node_modules/@types/lodash/common/math.d.ts","../../../../node_modules/@types/lodash/common/number.d.ts","../../../../node_modules/@types/lodash/common/object.d.ts","../../../../node_modules/@types/lodash/common/seq.d.ts","../../../../node_modules/@types/lodash/common/string.d.ts","../../../../node_modules/@types/lodash/common/util.d.ts","../../../../node_modules/@types/lodash/index.d.ts","../../../../node_modules/@types/long/index.d.ts","../../../../node_modules/@types/lowdb/index.d.ts","../../../../node_modules/@types/minimatch/index.d.ts","../../../../node_modules/@types/minimist/index.d.ts","../../../../node_modules/@types/mocha/index.d.ts","../../../../node_modules/@types/normalize-package-data/index.d.ts","../../../../node_modules/@types/parse-json/index.d.ts","../../../../node_modules/pg-types/index.d.ts","../../../../node_modules/pg-protocol/dist/messages.d.ts","../../../../node_modules/pg-protocol/dist/serializer.d.ts","../../../../node_modules/pg-protocol/dist/parser.d.ts","../../../../node_modules/pg-protocol/dist/index.d.ts","../../../../node_modules/@types/pg/index.d.ts","../../../../node_modules/@types/pg-format/index.d.ts","../../../../node_modules/@types/validator/lib/isboolean.d.ts","../../../../node_modules/@types/validator/lib/isemail.d.ts","../../../../node_modules/@types/validator/lib/isfqdn.d.ts","../../../../node_modules/@types/validator/lib/isiban.d.ts","../../../../node_modules/@types/validator/lib/isiso31661alpha2.d.ts","../../../../node_modules/@types/validator/lib/isiso4217.d.ts","../../../../node_modules/@types/validator/lib/isiso6391.d.ts","../../../../node_modules/@types/validator/lib/isurl.d.ts","../../../../node_modules/@types/validator/lib/istaxid.d.ts","../../../../node_modules/@types/validator/index.d.ts","../../../../node_modules/@types/sequelize/index.d.ts","../../../../node_modules/@types/strip-bom/index.d.ts","../../../../node_modules/@types/strip-json-comments/index.d.ts","../../../../node_modules/@types/superagent/index.d.ts","../../../../node_modules/@types/uuid/index.d.ts","../../../../node_modules/@types/ws/index.d.ts","../../../../node_modules/@types/yargs-parser/index.d.ts","../../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569",{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"bc496ef4377553e461efcf7cc5a5a57cf59f9962aea06b5e722d54a36bf66ea1","affectsGlobalScope":true},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"ba8691cf6bea9d53e6bf6cbc22af964a9633a21793981a1be3dce65e7a714d8b","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"bce910d9164785c9f0d4dcea4be359f5f92130c7c7833dea6138ab1db310a1f9","affectsGlobalScope":true},"7d2e3fea24c712c99c03ad8f556abedbfe105f87f1be10b95dbd409d24bc05a3",{"version":"7c387a02bf156d8d45667134d32518ac3ca1b99ca50ca9deff2c1a03eb6d1a81","affectsGlobalScope":true},"3719525a8f6ab731e3dfd585d9f87df55ec7d50d461df84f74eb4d68bb165244","f993522fd7d01ae1ead930091fe35130b8415720d6c2123dc2a7e8eb11bb3cba",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","b787b5b54349a24f07d089b612a9fb8ff024dbbe991ff52ea2b188a6b1230644","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","1cdcfc1f624d6c08aa12c73935f6e13f095919cd99edf95752951796eb225729","df6d4b6ba1e64f682091862faa30104e93891f9e7202d006bf5e7a88ab4a0dbe","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"c2fcbd6fad600e96fee8c5df1a62e908d477f5b47a9374b2bab7e74f52cfcc92","affectsGlobalScope":true},"dc15cb97f565e378faebd4e92699a56c28d2065f4535045f6c5550261fb83f3a","cc68e79b99f80e4dfd01967ec96be69efb0ff5bd7f779d9a2cc09dfe590ffd28","91d3d8f536f22dcaeeace0fc6f3544d3562e266a27cf3a2fe280b8051af5d006","9503113febdd737095465792cc074d541902c82c0aea3922f940de18784812ad","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","22febad003af9b4c6ea03cc0c58dc1b36696e98c56fb8acc560ac734b2a0833a",{"version":"987b3a9098738f5f40efe9fee5734b55f4c8ac599a045922b1470bb325183ed6","affectsGlobalScope":true},"bcebb922784739bdb34c18ee51095d25a92b560c78ccd2eaacd6bd00f7443d83","7ee6ed878c4528215c82b664fe0cfe80e8b4da6c0d4cc80869367868774db8b1","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"69e93290f59948789d5fce61cb0b89dde93747a4576744d0d6fae41ee3991646","affectsGlobalScope":true},{"version":"0715e4cd28ad471b2a93f3e552ff51a3ae423417a01a10aa1d3bc7c6b95059d6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","b7998044b77ef376a39c07f038f317d875b3f51b5f8f733384d85ecd083182e7","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda",{"version":"a4a2a5596dd7e531ab0ce785ed1c8f6940e0632e5bcaa7e8c144bd0e41029297","affectsGlobalScope":true},{"version":"3c4ba1dd9b12ffa284b565063108f2f031d150ea15b8fafbdc17f5d2a07251f3","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","1422cd9e705adcc09088fda85a900c2b70e3ad36ea85846f68bd1a884cdf4e2b","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"22d7b95cb63dead43834ae20ee492c9c8b6d90db3957d21665199f0efb1d3e26","affectsGlobalScope":true},{"version":"a9fc1469744055a3435f203123246b96c094e7ff8c4e1c3863829d9b705b7a34","affectsGlobalScope":true},"868831cab82b65dfe1d68180e898af1f2101e89ba9b754d1db6fb8cc2fac1921","5d842e3acce41c978af367a28163cef799170dadd06edf2111cc9ecab6eae968","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"52120bb7e4583612225bdf08e7c12559548170f11e660d33a33623bae9bbdbba","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"d5be4343a9ace4611f04a6fffd91ceba91265fa15bfb0149306e0a6963e1a015","4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","e75b8562ed209c67e34c8730c97b7ffe023a89b6481e769f6d8e5a902f1343f3",{"version":"5f2d37fb56ffdb7e8ea81ea0d282fd03296f6591e123920b77e08bef1fa9f84a","signature":"1fb42d7dc08e399678ca6fac085d061d9e41f877a1ff6ed52e17a7258b144d9c"},"e75b8562ed209c67e34c8730c97b7ffe023a89b6481e769f6d8e5a902f1343f3","b80c780c52524beb13488942543972c8b0e54400e8b59cee0169f38d0fabb968","a4ab2b4e739054860cb23d38c309a2f05a3f67e401b277c64c9efe1be1796421","14dea907a1d49d236e77b00a0c1968b8ca1f6c28fd9fbc90e515573090ce255c","42e8d611a11ffaeb683e12f1c913b6cb35b6745f15976efbef313cdd187143bb","36a8eec6036028f5361f6ee0acfb6896b619e4834bb4f3b99de19e9e3da441f0","1fb5312d5a789274e8834439fd0f8ca4645fc9ae1134aab055cbc2394dbee55f","4d0f5e6f876b9942c224d9677b03cdbce1504551671db4e4e60a4834ffa9dda0","01f7828047b5c6703d3c601473618b448f5506a88fcac852638b0715c3abf4eb","3bec87611d4741499b645af03bba9a41e7519ae855ebcafb3db244c21b907e4f","bbb196b024fdf16fed2303a7b7a989e5726a742ba140d8fed48eadf6e4db4172","4c8533a16f6c4597d9fc7c0c7f21a3908084a819a111d5637ff2defa7b345bfe","ecc710cc38208c1b93514a1377ed068cb83263ddb545cf1b3282c1525858a09c","29972445d3c4c90f33eff093c52daabff847185f23e006b906ae582db47c1b76","c64d10c169ca1c7e662f229f619455d3710a9be5caea81ac890939dcef6eb639","a14249c4190bcdeafe979ad36ef5cd294b7612f111ad01df1e8bd69d36ae8ba9","403303182c36648089590004be2e9d41327dbbf49d2bcb49300e079abf30a48a","45b6d798bfd1d02b4cde845c58bf2bcd4a0781c6321db0400d588f3007697eb5","5f6cbd340ce0f613870fc61eafda14783091a8daad0703958d6a25644965c4cf","6a6ac612c0845df9ffb030fa098ad84689030a1c3193ada24ba2cc839e4935fc","5ce48f44c353c75743e102d860228de745a702deb35ae75471161eccb688503a","69329b07164e20367231eb3625512b750f95777cbe37e16835aafd78ffe26d2e","6425be066fb8c3046109a635471498f48c7c1e70a59d0f0feb65f002569dd929","b96ee847c07d3249397a24fb057e8b0ff424e31ad639ef323ec4d51239692e1b","721ab6baee82e3ccb626a66d8b92960e31da0e5a40865e84990f7d9a103954af","7a92f7903930c996524338a93867918fb6d1d5b34175fc7f46e346038e988719","a25aad07bc1d3313dc67e1583511f3ea86227dc8c0217bafa06a4165bc3bfc9e","0c609838f7b5a10b03fef513bbfd7d056bf0e6fb0cfae6baa0be1d85341dc295","feaf1e039bd3c3229dcdfa1ab7cd435572fe5e088b7b527f4e2eb366b378f30b","92567a54f7e9d10ae38666c6182d757309e94e36b763044b2aefbe6b31e443ea","1d66019b2b45eb666bb26962280060e2c109300e4779b272295253fbde5c5dca","40ba699ceef572f10a475658bdd72c55ab7fe24d3f00205409aade17c8488652","790551602f511013dbd06590159e6aebd44a15127a7ddec7eaeeddd6af7eb239","36b408cad01f9cb2739b34a99b333f2ee8e9b27c4363176ea9b4aafd35b692b0","0fae04f2f0fc36315166b7d5438cf522c1b60a58af582ed4aed8d00d4cc5372d","b8513a4e4d3f02612d111adbbde8ae00a6adfdb33892fb72e84662144899b562","d034b8b804ed5a4e8bdade82559d20b1e91fe4fbaf432df5bca19c250f2c2b7c","0fae04f2f0fc36315166b7d5438cf522c1b60a58af582ed4aed8d00d4cc5372d","147abcf1d48a19553366fec6b72191ecf6f83d8e4c1260436c4f854883bba65c","61e8f63ea286d27ce20bc07baed9a30b0e18b0a3ae66b6a9e6aa7353e37c5111","5c8a7c35b3ededbbf0b7ddbd5e99a50061d424946da2ed5abbbbbdb3989effd0","356abee16022a5e1f6ac291e25a44f130cd050b37495d0937dce5a0ee3d8e54f","7e88d2eef3de0e141de5c7b3140c5aade44be358a5a6ed30a7595b625868cf77","f738149a907a25b221347bac1f18d712e84fb5f4ef9cabdd80f2f8e7a913e35c","a4a9e383410dac37ecaa1263334b977136fa2c43e93882ef9826f148998171f1","fdbcc3f4c8b0aec2a53cd2949ed1366aa890c48285d216a7b2e4df76ca1702a7","c746651f3145fc12d1efa456fe7eb530102acdb242a2e5720ab03bf790fab81e","bfea1dc7fa119165ec11be5efceb5305638bfe20cb9ab26f770b9bbaac393106","bb62aea598613254f4288666429e6edb55148138dde2fcb67365765f4993d409","9b2da8c125209b97ce0982ce776fdf0de972f0c103621192c97ce728cfc22399","290bd744f2749ecbb31213e5a713dabe81123ee7367c35ff5f27e8cacd3b5a39","bc9f5f27679334356861962e7f3b333b64f0089ee5f0df8cf24e78e583d7d34c","717fdda5b228ead6602b8da63dea1586aca77c4878eba8a36d68adbbbae1e894","a61e4e362dc0c88a673f2777f8800b79ed4d2a0ffd7c1d37996efaa2e206ade9","bda2e36f055619a7093996677282c5cbd3a55d5989ad9e0935c0ce76d8e85cc9","4054e1ec612afb6329d1b2c93feb4dd7cd5f1ee80e89bd4cd3d6656d760e2995","d399924e7c02f65744ed87cdd5b2ec79449e6b009f2c98baa38d42ade768a5f9","0fbee0df499010f5a6f7155e4ff07c83c0252dc1d9eeba08f3ab4c8e6def2db5","09339bcfd64e4b87d118f375d7e42b858553aa3fcf0e941a49cd8b52f8bd8540","8fd95aa91ec724bea0f459612f005092e16df0cf40221f8929dd53959bc2a0ac","1da0a70885d1d83f0aa92db27d8c1d0f15be8534ae150f1c381d33833880dc74","a0efd1e47e81904dd68c0911506d252f721b40c784924423facc161e81eb0a36","9da3be1581103e0acf5f08ebc5ed24460322dfafb1ac69da014d5dc4a483a800","7f199b83f6eba218d42676126d9b8f9014d489139e1fc63e9fe49dd4353c23a3","8685c3d0ddfc9dc4e46a2004c2f2ec4d87efeb5f0ad6a53d48c0582d3ffe0761","aad2e723639c5d10e757430433edc63bc47c80a2771d5f29a47d72efe5ccbc16","9bc5e15c3e8d531d2bd30df972010e70666bd6bd4de57ea73c8a54c256f201cf","366b4a710a821e9d12a8ba59976cb619255351b1ed46ff2a7cb59e52e3c5efd9","02da6780df0aac355f7e89edb1d4b6b62215c0e03f804a9756764f62657f9f3a","875706a6ef846d16b77d0fd2e603576107637ea2052908f0d7ce3d767761ee04","ff95ffb2c3a0c528ecdef1d4f9d0583b053c7b5b14fad0484ca24a10f3d803c0","efbbcd99bc7d919c901830d380d550f09d54fed91ba10d7c01fd637100523e56","4ff9e90fd09f201e27e286c42b2e39947a4dbffebe8b1e363c19dc24e7de0cbc","c908d519afbcec2451ef3236e1e60ff0864a20008bb362b1dc65faae0d4a209f","2f0b1a054dc679eff33ea5d78f38fb52be3a2828484a089345a5922ca015d4ff","92ad95e6220ab829c8f5cfca9be43e26e041a2922cde6e998782030d41c49963","f1e6a5ae5cc0e1ca898e6d54561bc4ccf93a070d9a525af9ac6b392d0cffb852","e988d7da2872585ede15900014ff8d1adf90b1431e5a17345a73af3cbfaba94c","4e9701821e4e2ca1c086764b378598de526c2d61fb7b441225dc099d6a187b02","def16e36d2c06f660bfd5b1475124076951f96be19432806b75fbb14fcf3585b","43ee8c4a935c01726fab0b7b9e4b6bd3691fb209fa621791f70aa630d55166c0","86ae83eb226a1b8e2f70de4a5610ac500ce8971b604632ce7bbcaaf3d13d399d","b2751a77782a0dd713289c2e086699290f993a2a6ecf39958e4b03f680b31e21","5d28bffb9784a3244bf40662f4f8f7783f38f160823a095af2889040e91d7077","832d7057a10265a9b41a358607aa1033874a562abadef1638e6a5de7d2271865","09ab28987b85ab03c2fdc78a76e48604af3c048577f4bad6948b76f8701b5827","966042450d726d12936da89c37879161803fe69872edf798648c31c771ca7656","b1ed373950c740359a135801f40b932d7f28b3fb0dba2533048d6929bdb4bf64","908cc3d2610b39fca4286537b475d45d956a5ac81ecfac3b36509764b4c4e68e","573707d1170f4357c0e62c92913db845f7aa06612da1ef594790f24407efdb75","fc9684e27ee9e97daee7c4baf3426d733b6e9b269dc95090c07f60bc7c7241d8","8d6767ef26bdc606e069c68832f2ae30c796e78ad0f634a3346c35ce9db028b5","e4c4a481968f01ca4caccc4775100deb9d7c13ea9c8cad905320d8a6eb882cc8","2e11c0af79a95f406365b6f0e271b36b53384dbca44c06c239e29bd138c457fe","8ea2f6db6a13c15cd18354dc171172bd25f69fafa38e51115e7e0d73fe0e7194","f09fb4fd37cad325148837d5af245b810361dea1dfe3b9295ea26811641ef9c5","ab1ca5724fd1834ea88fc64059e496b9b81d79587879b2542dc95629cb476df6","1a1cf67d17bdf51b03e5738d6691791d207023bb983880cfa40e694f4c7c3658","dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","ec4546150cc5e8289a46866e5f09468ab9f8bd0e62388307dd8278b72753f124","3753072c118bb577a833b2beaa6083855150899d6e9e8808f82f8c7a0c897de7","ecbca823128bdadfe66e895f024554ed9bb30c0557ea7d0d76840d59fa9afb58","dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","0e028e080ee6c91ac3e9bc2e7811328fecf16478aee2744196e4dba5c63a5812","26cd4771b2758fab625c1e4daa0255373c4217c7c2f52b9f8cee614650e395b5","ec9265f91fc03169f575e783fdc7eb9b91631fc9508ebc4d72b5c7376dc2838f","f8212c6b11820840c05fe818464cecb86d913a56efbc96366cf15eaa1fa61ea7","dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","df705626180117f2093223856259585b3980d4c76677f86ef056be64eaf8ef10","5ae0421ff74c7f92f2ae6ef99a4e5a4d08cd2ab7b9035ca8dc9094f87ec00854","2b26e0da909c8887901e6918a600b041b8a4187e3fc1d6a97d4327cbf9d78e20","dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","ac424eae6846b72fe5f0d5f699d198cb8aeae735924d0ea2ceb7a314e9eee4a1","9d4b95ab06738e0127a372f236d9b2428598709094548d63f51a8478b0253e2b","504924eeb931791e7be1f963c32f848a2ad6c7341a6f31f4226090fa500df1df","b83bb7ba49f75a8f3461b4a7a88e1e01d0dff210f39f28f97346048e94a55e05","43ce14cf9c298491de8a693a1d5e551cb84f2a89b3867f148ae0faa89dafa50d","dbbece8a54c84cc9a24ef369d0f61b420438f0e4a49e1cb52f6a08466fd2f2cc","1d0567a40b032ad0d8ef91ded14739dd78230d9a79b209a038d9aa74b49cfaf9","a7b211ee1d38d2483e55d18cfef4ff7092e7ab91e336db96c8a15740916e842a","fc8bc77b72b44a38bb3c39696cd26e660320cd768f9ea47269b96256f0621187","9d2679c417dffb67d7f5e8b1a29909fdeef58dfccff9a2bd3ee92bf7c9417b04","1ace3b57c44f6b67bbecc38bcd1001f4cdbe8cae9f2b1b682c5b723c5a396265","644979a865433b3107134325fabe637c2664878a5045170455a12e958426ed53","4f54c7fb5961a99ec9e3903f7c36705c8924bf8aa1b2101a6a53ef633b38ca4d","eb3b31f11e913d8efbe4b1c9a731c0750eba9e8ac7c64f961fe2b8747a0d8b55","d60d7172b4d4708afc0ec411eeb6ae889e8d87c25baae64cd70a8f77f003d751","106c47488674753b587c532bba6980d1010a1440c47ce25bd4ee9d65c4fcf9cf","f25408ad90b9a433f4124f2408ec5d71985514dcb25da5146077824d30a9262d","61c0ca22963ab7a232e6ff1f0e7558a3d90cbc489288bf5c2bceeb374196bc2a","3f19ba14366c8314024981eff375a3c4c82b5e8a1571f99021a2c595a58b7787","f3dabeb8995bfda1c6a29a5aa9f19100c0cfb32335466f67e0a927dee9fa7fd3","63f07fee07ff3fd04f108641d1c208fb2ab4b4929c8a3c696bed0f74ff308c9d","1bf7f34549f798ce83855e7852f40fe1b161a0a99cc2ec710fd3033b6c708efa","ffa11a6abf9bec5461a52f9540573d9587f5d5cfdf44e02ad69349004aeb0bf7","228780797f100a9097434e10e0a8881e9da01c40cd10d924c36ec3d29be99cd4","ad6597894af9ed66e55c285cb151132cf881c6a5a66550ac014c30d64654fb52","4c46080a788a4f839fd6e79089994bbc88b96a4e4223a9bf8f29bfa709e12609","8a33af7d173a56d3cfa0fd4468262da3d3ddc7cf56116ae0025b69fa0b4e5d5e","ba9b62f2363f96b897ff129d9186cf55ea6a03a8a680cb4797343c34232efce7","efcfadc996b81902d8255b8fee04921ad6ef19bc5d870c24661bfc977fbced8a","e1f4d2566bc0f54666b9d2f2898551872a3ad4e50de55d7caaa22614df8dc969","309ad3b88b4421dbe229aeea35ff3dffce9422e98f3e36da382571ccb497d0e6","8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","79b03a391d27ebbcc950ee8e7d78fe638c7d4ec7a4080e6dacc9f91f841fec8a","f55c5e508d4ecb53c6b3afe7bb15721978d57aad9a514bfa5b1153c1675d8b90","afb0b71ed7867fc32b57f7d71b7a39bacc3c2d88cac6901a2eaab0e8197c3f2a","e513da1a3ebfdd6862962fb5fca869ad3f71de6ba8af5b55496953f1e363f224","f54fcff687473488b9e395e102d51ab88d474bada45f0356cbab6ad41779c33b","33c72ffe8e3337d0094324ff7d927ff660e4a12c5f0ee4aef3f62665d27574d5","f65cd01740fcc59e6b0fd499f777beff891144da73b60c566e0192f09498ff66","c57a81914166a8d7b887033c44f3a3dd690854f4daa7f0ef24879b33e8a0f74d","c7a5628418ad6e46974eb6247b5c66012ce5c8294d7461c01b5e9249cf8d9dc7","7a985ca144078c55ff33db714ae38156421c632efc598d65edec6c8ead046eb5","0e78a03538eda52aac38a6132d20b52043a81f657695286570f8e3e90984b521","8d225fab7af78a71e61614b7aed5fece5ceb20b0539aaa0350c0bc005b97d462","882d49b21aaa76f52d986be36f38c1c3b9a3c9999dbb32c2ff983bb1b05ca639","77d8fd13a9aa828d476a4cbaa354b32b1bbebdd6adda1e304c34a18431eb22a6","e75b8562ed209c67e34c8730c97b7ffe023a89b6481e769f6d8e5a902f1343f3","a9d6830904a17fc263401970c56b76d51346f96bf63cfbcd934ae3a463955279","5082fb41322fab4a099516e6674e305828a9f839983a777cd46a4bf782843245","cbc6e11f509e731d6d455363f48aa003ed3924950f6623b354271f6315d6c854","02cc65ed92be1070877360c8dfdea040142909d4189a90a07ecedf1717164356","2da41d4c9bfd8554f46cc7f603b9a0036523f0a01300d9324e7eef14bae6156c","cd9e6c561bdfdc50978686bd1e91818c4296a1980eaf63dd1f1234c4451370e5","71f7077776eef369874139d83dbe391905a4e3985e08a393017cb5dd8aec9201","60dd7a5916415a0b4bff232eb5842974fda9c9f914f3881926b37686fad4ccc3","63d5257df602ae97ff1c956d47c5c53b12358047d61344f0806adefd3b5cb28b","9120ad62a973e0a260356a416982e5c80ffda630e4c1ee8aa33c13186675fb45","d283877292ada9e2366a286416678038089f2803668d6a33500d64ea51cf86b7","c127d7557fe10ef89e1dac9e00757b5f071c988342bcd8c22e7a708e28823fba","369060364ccb65c13c30b4a86dbb5fb0047fa7b4cc6d9cf9c977741c03ff8186","13f9030b263642350709d950ef63cc07be81eb14ba2a4fa1e78a2af61d07e111","2baaabef6363833b6c1383c8a736bd4ed16901fb32e2b0e52c26b2f442e9ae94","58a9d82460d4d412a9cdbe8b2bccdb2245c52485f3564a3088d08da2621cf6b6","e75b8562ed209c67e34c8730c97b7ffe023a89b6481e769f6d8e5a902f1343f3","a593bee72179d620ebe871406a72c2c8a3c430b385f76210223f4f3916fc0fc3","df3b1fa4cc995fd4a84fa20aaad9e75aa36692d660a1c2d05c9e5d19b0155b9f","620bb3baf1c6de7b0187feeccf0995224346dcf0c9f1fba3850f393d6d7468a3","5f48b59658bf8e7753be114862fd537f74ceb61e8204da3aac188ba8a047fd24","9cab1175ef1b503f6cb939ad2b1600769deee165d49b7a11168d95697562a4b1","23a7ea9433aee1cd3f74138c4d18e65acc6d760c62843ee12d830e1ab54cb398","d54113d1dc5cd05d20a4e4c1b9d9e21c984c1b65261e303a6834ebd3a8698b4f","c35b3db3fe2e6b08fb174ecfbb111e03b4a9ff30b25030455affe1f98889ca26","431ee295cd5994c9f6b6a7983ba24c84537cc0b3dedba5111bc3964dc9057410","31c08e08e59b61281bd0472740dd8e12675a93c2abfc5bbe6b5f14d3ed86e26c","655480472a773afa4f1b21709891e3a1224a14b5a13f18987bcb81dca20aaf1e","6ada6f73bd3308065863d60f2e2dec83d0ba8443e2daf407fae5e66a70792ad3","11c356a5914922ffb73a658e7822f4a58cdb75553b951449edb514ff23c9344d","be05f1e8eb3a98c8239248af062f4bffd9ec10b4b8c0d6ee402bda11225dc5f5","0d070e53d29e02f047e0d857ceb2e15a64432cc7bbf1fc154cb05d94fe03e28e","4d868c766c485496834e4fd16224fd5ddf35410f4a04128c4ed78c0700f8c96a","46f0f4c50e391d22341984207fdf6a2afc2385a3dc643721a4c2f50908807450","3000064c39d22e0ed81bb288f89177f23834e44de5dfceeddde1c3cd48c0fe22","b9534235c24126d1b062cf3376e198165c1f84b1988789599f2ac6549ae05a17","10955d1824d2cfbee6227650dd93e34062cd85d7f901218639e7be6adaaf5258","34210ca2054bcd9a57077e437cf1a29786e17a280b5295ce25596fe1820b01dd","dc111c03e5e657af3413614d9adf1be8c309253f01632ee0d898df98da7d0025","e1be9e1005d61b6527ed92ccbf475e7c021ee78c44e68aac93528b24b8398a91","ae877bcf0ceae6138fc1a4f537a4558a0cb3364bf3408470573ac908d7afa46a","4ce677aba112c52dc21cb1e69ad88810de88af0d4055c0fbe539386344af32c6","5167529b8ddec3d7f57b839b13305f548de498def28f327830822e0c62be804e","f8e037c2b1ff25e3a9981c7b6b9ffbb8d9c1cbed938f28ec6ac4874106afecbd","1fdccf305cd62a7823b5345ecd162b1f5adea2097e94a193aa6bc11c4fbc95a8","1b0173463b4778d84977686819aac357415237bb5d434660d20363c1b75f0df9","d47ec6622565c0df8a85abf5ccbb08e890fd2e76ffbae231a5b277d09a73dd72","b92b3f6d2ac2247b2b3a274853bb9fe989c7d2b779065d416def51da1ff52860","82b55d9faeae4facb0d24af67fcf04233a2adf76d962f3898dc55f2989c86699","e3861aa5e534913517ed9ac5fedae3bf6243e6a64a56ffd32cef97ce90e7b71c","fe369196f6981c04e85c45cc78014c9d573b47bf76e20cff54add638fb7f879d","cd4bf3c4a6f05c38238d2674c6cb3d5bd5896f5b5290d622a6e65e36756ce127","152871011730109ff3bba5e5c5ef23e9b4b8768948fdee87f3d3f264173034e8","25cec88230bb44a49b6fd6808b44dcc72015ce7f57b3e97729756ec7e2ea9797","09be18079e10f6f9f461b8f46fc9d0a11c3bfe4a518a37289cf808b95b7faa9c","8392a8661d7bf799f6ac6e18f7db6a432eaf0347d6a8ee6b2301078279e5641b","bf164967a6bf677df2679a7117c944ae07932bd939c41ed84a414424fdfe0684","c2b8774236197c72f523fcc874b319306233a6801c3a7a7dd74df8457e1ff214","e5f5cb98acee6f527db2e03b4e765f7dccabae51b069a8e2c04dd819d75be18a","014b04e6fbc09994c35a6934b54bc471edfdc250c9e1a989d5233d89a19becbc","f486d43d757122c69558e5e69e19e742a5753e358b7d13add436826ff28393f0","1849b2124207d1ee871d7fc7090f8009e0d3ce5c1660d70e5ed053555c0786f5","c146316682944f09026e59f0474da36c8a95f66accb96f0fd9aea4717b2abe9e","cf411c30f2ff5511e9d6844bba2b0ffa96b6e0f6dcca825670fd896d0fd34ae5",{"version":"afc94f305580eca5941c402bbbb2aff88b2cecc96ff533b4bf2d6d82d1ea9313","signature":"7ab310a768aab225639422e2b1ad02679548b09bc017eda29b0afd43833ce077"},{"version":"a08b3b555f2ca4940659619d04cb319ce021d53a679dd9e36248ad0d8a80d3c5","signature":"d1c622099a416b6b96efdefd1b632f590b700e4f296f734e6a1968f7de425b3c"},"868c78a84ad3530fc1b6e03da4611405da111bbfb0f1480abe45e801cde0b995","e298e9267068a847854917fdf591a3960e4108bf401e50aae25b353b82fc7508","338bd7c3518b05b4c473971be0e5f8f854aca7cdb00d1b97192c14860f4ebf2f","6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073","afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90","e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1","5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",{"version":"c3bc5d095c3c22fd20b5a6550b9c9a6d56c3ffbb87ef057ccce7764b6bed4428","affectsGlobalScope":true},{"version":"63e2182615c513e89bb8a3e749d08f7c379e86490fcdbf6d35f2c14b3507a6e8","affectsGlobalScope":true},"6d8c708a5237a8508ee8553f22143a6d2fb60807de0574b41622c1e281b04c6d","3e48e1b0f1b00aa387da0fe7b9c7333c8f26c37f9e853773d244b7905751d2a5","8d48b8f8a377ade8dd1f000625bc276eea067f2529cc9cafdf082d17142107d6","efdced704bd09db6984a2a26e3573bc43cdc2379bdef3bcff6cff77efe8ba82b","c201c242d55051609a41fb3b9d66d489c91cf4163058b9823f27b90f01528273","102a6b566ac2807fb26eb1098effb1b7919e8c3eba41c056ccb47484c6c4620d","9dca54521e4ebcb5f70d6d07a17ef5a022ff3c1188a3c93bcce914568fdbaebe","aff159b14eba59afe98a88fe6f57881ba02895fb9763512dda9083497bdcd0e6","1dbfa5acc130d195717818853d52bf2289a8485731b652b7482bfb344129ce74","e2acbe74e4bde85a587f72baa897dbc90f21069cac53cd87afb908d3a05aa062","e0ea002fb2059cea9f17a6515ea7bb4407aef99ad2548fba95a17d88f920117d","dbca55391ae7dc370e10e2b5367af19a376267d8e7abf9eddcadb19293711396","46afbf46c3d62eac2afead3a2011d506637bf4f2c05e1fd64bbf7e2bb2947b7c","ae7cbf17e356d7a6e8e85f28cfda148d3daba72c563529de8ed2de487a666564","969fd293bffa578aee94f17b5ab015189eb2bd5a44db31c271d43d5dc52135a1","0f17f5f14a5f53e5709404b5b59fe816eaad15a469412b73330e6f69834234e0","de87f1a68f2aac235ed6462845c4ab3dd513c1e0c7693925a2684675498691a6","713bdf614b26168376e48d387dce2d468fcafced8692a5a8e149e882c4e7617c","a8774a5d2515df058567b6e76ecc48ad86ec36834fae0b40a1a2c3aa1993670c","99b404de29efde207e00eeea06941c1cc1ba10096745834e5667c927acaa085d",{"version":"4f9362850bb427525ba05c0e861dae06d9918bd16ccb38d504cb7294f69e8496","affectsGlobalScope":true},"6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","93b7325b49dfbf613d940ed0e471216657b2d77459dac34f1b5b1678f08f884c","9b792a2f6ce65a166cda560290a73583284d6eb74e8ee5d2c260f25b56fb2b1f","84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86","aad5ffa61406b8e19524738fcf0e6fda8b3485bba98626268fdf252d1b2b630a","16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c","c7da551241b7be719b7bd654ab12a5098c3206fbb189076dd2d8871011a6ab5a",{"version":"4aed81e1115540695f896fa93fb22840fe06086741e94c6859e745f173498213","affectsGlobalScope":true},"5b9ecf7da4d71cf3832dbb8336150fa924631811f488ad4690c2dfec2b4fb1d7","951c85f75aac041dddbedfedf565886a7b494e29ec1532e2a9b4a6180560b50e","f463d61cf39c3a6a5f96cdf7adfdb72a0b1d663f7b5d5b6dd042adba835430c2","f7a9cb83c8fbc081a8b605880d191e0d0527cde2c1b2b2b623beca8f0203a2cd","43cdd474c5aa3340da4816bb8f1ae7f3b1bcf9e70d997afc36a0f2c432378c84","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","b79cf65ab2aeddc374725a7ed4e1f524101865aef4379bebe9fd5659c8081373","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","19c816167e076e7c24f074389c6cf3ed87bdbb917d1ea439ca281f9d26db2439","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","30abc554c7ad13063a02ddd06757929b34357aea1f6fcf4ca39114cb0fc19384","0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","47ac4199c4989001d8e81461dda9d14ffdcc22571d95c0b504b0d0c9252afb68","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",{"version":"3f6d6465811321abc30a1e5f667feed63e5b3917b3d6c8d6645daf96c75f97ba","affectsGlobalScope":true},"6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","a589f9f052276a3fc00b75e62f73b93ea568fce3e935b86ed7052945f99d9dc2","17230b34bb564a3a2e36f9d3985372ccab4ad1722df2c43f7c5c2b553f68e5db","87ed0f84f0691d5c724b23159db96342e6b04ac69201b02c65936f4281ce1fbe","13868c5792808236b17dfe2803eafce911ea4d09d3b2fda95391891a494f988f","0dfe35191a04e8f9dc7caeb9f52f2ee07402736563d12cbccd15fb5f31ac877f","a929f77f7afe6b8ea082fe4fc5f7461cf40ef8ca2a8f3cedb3e8a6d10bea49ba","e0fa568e94e16b6ee842d293e387f1b9620686a7f975371322429ce3d2ce0313","ecb3f7a39c52816137f9a87278225ce7f522c6e493c46bb2fff2c2cc2ba0e2d4","31d26ca7224d3ef8d3d5e1e95aefba1c841dcb94edcdf9aaa23c7de437f0e4a2","c5b3da7e2ecd5968f723282aba49d8d1a2e178d0afe48998dad93f81e2724091","1fd4522c6f2eee1ff6f2b747585740e6715cb00922ad865ec7bee6e4e36579df","4b8e57cbc17c20af9d4824447c89f0749f3aa1ec7267e4b982c95b1e2a01fab7","37d6dd79947b8c3f5eb759bd092d7c9b844d3655e547d16c3f2138d8d637674e","99236ea5c4c583082975823fd19bcce6a44963c5c894e20384bc72e7eccf9b03","b027979b9e4e83be23db2d81e01d973b91fefe677feb93823486a83762f65012","f6688a02946a3f7490aa9e26d76d1c97a388e42e77388cbab010b69982c86e9e","76af59db7b72f0a2ca5e82a7e4034446da6471bea84a669919f5fe4ce3791763","b17e28eced6e36529e5efd8ebe3a9a2856d327eb824fb648b0b6f5fa48a41746","4006c872e38a2c4e09c593bc0cdd32b7b4f5c4843910bea0def631c483fff6c5","ab6aa3a65d473871ee093e3b7b71ed0f9c69e07d1d4295f45c9efd91a771241d","c52625d45193c6c0165798cd2be330b9b2c22cab457232a27f990e95b000b6a4","7d2b7fe4adb76d8253f20e4dbdce044f1cdfab4902ec33c3604585f553883f7d","bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","e9eb1b173aa166892f3eddab182e49cfe59aa2e14d33aedb6b49d175ed6a3750"],"root":[107,331,332],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationDir":"../types","declarationMap":true,"esModuleInterop":true,"module":99,"noEmitOnError":true,"noImplicitAny":false,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":99},"fileIdsList":[[55,97,104,110,138],[97],[97,110,138],[97,110,128,129,130,131,138,139],[55,97,104,106,110,138],[97,104,110,127,132,137],[97,104,110,138],[97,110,127,138],[97,110,133,134,135,136,138],[97,106],[55,97,104,106],[97,106,110,114,115,116,117,119,138,139,150,152,154],[97,153,155],[97,106,114,137,152],[97,106,114],[97,106,110,114,118,125,126],[97,106,109,110,111],[97,106,110,112],[97,106,110,114,126,138],[97,106,110,111,112,114,119,127,138,151],[97,104,106,109,110,112,114,126,138],[97,106,110,114,118,119,120,121,122,123,124,125,126,138],[97,104,106,110,111,126],[97,106,110,111,112,114,118,119,120,121,122,123,124,126],[97,106,110,114,121,126],[97,106,110,114,121,126,127,138],[97,106,110,120,126],[97,104,106,110,111,116,125],[97,106,110,123,126],[97,106,113],[55,97,104],[97,104],[97,142,143,144,145],[97,113,140,141,146,147,148,149],[97,104,106,116],[55,97,104,106,112,114],[55,70,72,97,104],[97,282,284,285],[97,104,106,282],[97,106,282,284],[97,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281],[97,104,267],[97,267,273],[97,104,267,268],[97,104,267,269],[97,104,267,272],[97,267,275],[97,267,270],[97,267,277],[97,267,271],[97,267,274],[97,267,276],[97,104,267,280],[97,104,116],[97,321,322],[97,321],[97,323],[97,287,289],[97,104,106,282,286],[97,104,106,282,286,288],[97,106,290,291,315,319],[97,106,282],[97,106,282,302],[97,292,293,294,295,303,304,305,306,307,308,309,310,311,312,313,314],[97,282],[97,288,296,297,298,299,300,301,302,316,317,318],[97,282,296,297,299,300,301],[97,282,298],[97,320,324,325],[97,104,106,116,320],[55,97],[97,106,186],[97,169,170,171,172,173,174,175,176,177,178,179,180,181,182,187,188,189,190,193,194,195,196,197,198],[97,106,192],[97,203,204,205],[97,106,183,191],[97,183,186],[97,207,208,209],[97,106,183,186,191],[97,183,184,186],[97,104,184],[97,185,202,206,210,211,215,219,220,221,225,226],[97,212,213,214],[97,106,183,184],[97,216,217,218],[97,222,223,224],[97,106,183,184,186],[97,199,200,201,227,258,260],[97,106,192,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249],[97,191,192,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257],[97,106,185,191],[97,106,191],[97,104,106,183,185],[97,184,186,259],[97,104,106,183],[55,70,72,97],[97,333],[70,97,104,336],[97,338],[97,340],[67,97,104],[70,97,104],[97,363],[67,70,97,104,367,368,369],[97,337,369,370,374],[97,378,380,381,382,383,384,385,386,387,388,389,390,392],[97,378,379,381,382,383,384,385,386,387,388,389,390,392],[97,379,380,381,382,383,384,385,386,387,388,389,390,392],[97,378,379,380,382,383,384,385,386,387,388,389,390,392],[97,378,379,380,381,383,384,385,386,387,388,389,390,392],[97,378,379,380,381,382,384,385,386,387,388,389,390,392],[97,378,379,380,381,382,383,385,386,387,388,389,390,392],[97,378,379,380,381,382,383,384,386,387,388,389,390,392],[97,378,379,380,381,382,383,384,385,387,388,389,390,392],[97,378,379,380,381,382,383,384,385,386,388,389,390,392],[97,378,379,380,381,382,383,384,385,386,387,389,390,392],[97,378,379,380,381,382,383,384,385,386,387,388,390,392],[97,378,379,380,381,382,383,384,385,386,387,388,389],[97,378,379,380,381,382,383,384,385,386,387,388,389,390],[97,354],[97,347],[97,346,348,350,351,355],[97,348,349,352],[97,346,349],[97,348,350,352],[97,346,347,349,350,351,352,353],[97,346],[97,348],[51,97],[54,97],[55,60,88,97],[56,67,68,75,85,96,97],[56,57,67,75,97],[58,97],[59,60,68,76,97],[60,85,93,97],[61,63,67,75,97],[62,97],[63,64,97],[67,97],[65,67,97],[67,68,69,85,96,97],[67,68,69,82,85,88,97],[97,101],[63,67,70,75,85,96,97],[67,68,70,71,75,85,93,96,97],[70,72,85,93,96,97],[51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103],[67,73,97],[74,96,97,101],[63,67,75,85,97],[76,97],[77,97],[54,78,97],[79,95,97,101],[80,97],[81,97],[67,82,83,97],[82,84,97,99],[55,67,85,86,87,88,97],[55,85,87,97],[85,86,97],[88,97],[89,97],[54,85,97],[67,91,92,97],[91,92,97],[60,75,85,93,97],[94,97],[75,95,97],[55,70,81,96,97],[60,97],[85,97,98],[74,97,99],[97,100],[55,60,67,69,78,85,96,97,99,101],[85,97,102],[67,85,93,97,104,398,399,402,403],[68,85,97,104,366],[97,335,343,390,414],[70,97,104,372,373],[97,371],[97,372],[68,70,85,97,104,344],[97,405,406,407,408,409,410,411,412,413],[97,414],[67,70,72,75,85,93,96,97,102,104],[97,421],[97,355,358,359,360],[97,355,358,359],[97,355,358],[56,97,104,355,356,357,360],[97,104,399,400,401],[85,97,104,399],[97,155],[97,156,157,158,159,160],[97,106,119,126,155,158],[97,106,107,155,161,162,330,331],[97,106,107],[97,104,155],[97,106,155],[97,163,165,166,167,168,262,263,264,265,327,328,329],[97,104,106,326],[97,106,165],[97,106,327],[97,106,116,155],[97,104,106,155,165],[97,106,116,261],[106],[106,107,155,162,331]],"referencedMap":[[128,1],[131,2],[129,3],[132,4],[139,5],[130,1],[138,6],[134,7],[135,8],[137,9],[133,7],[136,7],[117,10],[110,11],[155,12],[154,13],[153,14],[115,15],[119,16],[112,17],[111,18],[127,19],[152,20],[118,21],[151,22],[120,23],[125,24],[122,25],[123,26],[121,27],[126,28],[124,29],[114,30],[145,31],[144,32],[142,31],[146,33],[143,2],[148,2],[150,34],[141,10],[149,35],[113,36],[140,2],[147,10],[108,37],[286,38],[285,39],[284,40],[283,37],[282,41],[278,42],[273,43],[268,44],[269,45],[272,46],[275,47],[270,48],[277,49],[271,50],[274,51],[276,52],[279,42],[280,42],[281,53],[267,54],[323,55],[322,56],[321,2],[324,57],[290,58],[287,59],[289,60],[291,2],[320,61],[292,62],[293,62],[294,62],[295,62],[303,63],[304,62],[315,64],[305,63],[306,63],[307,62],[308,63],[309,62],[310,62],[311,63],[312,63],[313,63],[314,63],[316,65],[297,62],[301,62],[319,66],[317,65],[288,62],[302,67],[300,65],[296,65],[298,65],[299,68],[318,65],[326,69],[325,70],[266,37],[183,71],[169,10],[170,10],[171,10],[172,10],[173,10],[174,10],[175,10],[176,10],[177,10],[178,10],[179,10],[180,10],[181,10],[182,10],[187,72],[199,73],[188,10],[189,10],[190,10],[193,74],[194,10],[195,10],[196,10],[197,10],[198,10],[200,10],[201,2],[202,2],[203,10],[206,75],[204,76],[205,77],[207,72],[210,78],[208,79],[209,80],[185,81],[211,77],[227,82],[212,10],[215,83],[213,76],[214,84],[216,10],[219,85],[217,76],[218,77],[220,84],[221,80],[226,84],[222,10],[225,86],[223,76],[224,87],[261,88],[229,76],[230,76],[231,76],[228,10],[232,76],[233,76],[234,76],[255,76],[250,89],[235,76],[258,90],[236,76],[237,76],[238,76],[252,76],[239,76],[240,76],[253,76],[241,76],[251,2],[256,76],[257,76],[242,76],[243,76],[254,91],[244,76],[192,76],[245,76],[246,76],[247,76],[248,76],[191,2],[249,92],[186,93],[260,94],[184,93],[259,95],[164,96],[334,97],[335,2],[116,32],[337,98],[339,99],[341,100],[340,2],[342,101],[336,102],[343,32],[344,2],[345,102],[362,2],[364,103],[365,2],[370,104],[375,105],[373,2],[376,2],[377,2],[379,106],[380,107],[378,108],[381,109],[382,110],[383,111],[384,112],[385,113],[386,114],[387,115],[388,116],[389,117],[390,118],[391,2],[392,119],[355,120],[348,121],[352,122],[350,123],[353,124],[351,125],[354,126],[349,2],[347,127],[346,128],[366,2],[393,2],[394,2],[395,2],[363,2],[51,129],[52,129],[54,130],[55,131],[56,132],[57,133],[58,134],[59,135],[60,136],[61,137],[62,138],[63,139],[64,139],[66,140],[65,141],[67,140],[68,142],[69,143],[53,144],[103,2],[70,145],[71,146],[72,147],[104,148],[73,149],[74,150],[75,151],[76,152],[77,153],[78,154],[79,155],[80,156],[81,157],[82,158],[83,158],[84,159],[85,160],[87,161],[86,162],[88,163],[89,164],[90,165],[91,166],[92,167],[93,168],[94,169],[95,170],[96,171],[97,172],[98,173],[99,174],[100,175],[101,176],[102,177],[396,2],[397,2],[404,2],[403,178],[369,2],[368,2],[333,2],[367,179],[415,180],[374,181],[372,182],[371,183],[416,2],[417,2],[418,184],[419,2],[414,185],[405,186],[406,2],[407,2],[408,2],[409,2],[410,2],[411,2],[413,2],[412,2],[420,187],[421,2],[422,188],[338,32],[105,2],[356,2],[361,189],[360,190],[359,191],[358,192],[357,2],[109,2],[402,193],[399,32],[401,194],[400,32],[398,2],[49,2],[50,2],[9,2],[11,2],[10,2],[2,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[3,2],[4,2],[20,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[35,2],[32,2],[33,2],[34,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[8,2],[47,2],[44,2],[45,2],[46,2],[1,2],[48,2],[156,195],[157,195],[160,195],[161,196],[159,197],[158,10],[106,37],[107,10],[332,198],[331,199],[162,2],[167,2],[264,10],[165,10],[168,200],[163,2],[265,201],[330,202],[327,203],[328,204],[329,205],[263,206],[166,207],[262,208]],"exportedModulesMap":[[128,1],[131,2],[129,3],[132,4],[139,5],[130,1],[138,6],[134,7],[135,8],[137,9],[133,7],[136,7],[117,10],[110,11],[155,12],[154,13],[153,14],[115,15],[119,16],[112,17],[111,18],[127,19],[152,20],[118,21],[151,22],[120,23],[125,24],[122,25],[123,26],[121,27],[126,28],[124,29],[114,30],[145,31],[144,32],[142,31],[146,33],[143,2],[148,2],[150,34],[141,10],[149,35],[113,36],[140,2],[147,10],[108,37],[286,38],[285,39],[284,40],[283,37],[282,41],[278,42],[273,43],[268,44],[269,45],[272,46],[275,47],[270,48],[277,49],[271,50],[274,51],[276,52],[279,42],[280,42],[281,53],[267,54],[323,55],[322,56],[321,2],[324,57],[290,58],[287,59],[289,60],[291,2],[320,61],[292,62],[293,62],[294,62],[295,62],[303,63],[304,62],[315,64],[305,63],[306,63],[307,62],[308,63],[309,62],[310,62],[311,63],[312,63],[313,63],[314,63],[316,65],[297,62],[301,62],[319,66],[317,65],[288,62],[302,67],[300,65],[296,65],[298,65],[299,68],[318,65],[326,69],[325,70],[266,37],[183,71],[169,10],[170,10],[171,10],[172,10],[173,10],[174,10],[175,10],[176,10],[177,10],[178,10],[179,10],[180,10],[181,10],[182,10],[187,72],[199,73],[188,10],[189,10],[190,10],[193,74],[194,10],[195,10],[196,10],[197,10],[198,10],[200,10],[201,2],[202,2],[203,10],[206,75],[204,76],[205,77],[207,72],[210,78],[208,79],[209,80],[185,81],[211,77],[227,82],[212,10],[215,83],[213,76],[214,84],[216,10],[219,85],[217,76],[218,77],[220,84],[221,80],[226,84],[222,10],[225,86],[223,76],[224,87],[261,88],[229,76],[230,76],[231,76],[228,10],[232,76],[233,76],[234,76],[255,76],[250,89],[235,76],[258,90],[236,76],[237,76],[238,76],[252,76],[239,76],[240,76],[253,76],[241,76],[251,2],[256,76],[257,76],[242,76],[243,76],[254,91],[244,76],[192,76],[245,76],[246,76],[247,76],[248,76],[191,2],[249,92],[186,93],[260,94],[184,93],[259,95],[164,96],[334,97],[335,2],[116,32],[337,98],[339,99],[341,100],[340,2],[342,101],[336,102],[343,32],[344,2],[345,102],[362,2],[364,103],[365,2],[370,104],[375,105],[373,2],[376,2],[377,2],[379,106],[380,107],[378,108],[381,109],[382,110],[383,111],[384,112],[385,113],[386,114],[387,115],[388,116],[389,117],[390,118],[391,2],[392,119],[355,120],[348,121],[352,122],[350,123],[353,124],[351,125],[354,126],[349,2],[347,127],[346,128],[366,2],[393,2],[394,2],[395,2],[363,2],[51,129],[52,129],[54,130],[55,131],[56,132],[57,133],[58,134],[59,135],[60,136],[61,137],[62,138],[63,139],[64,139],[66,140],[65,141],[67,140],[68,142],[69,143],[53,144],[103,2],[70,145],[71,146],[72,147],[104,148],[73,149],[74,150],[75,151],[76,152],[77,153],[78,154],[79,155],[80,156],[81,157],[82,158],[83,158],[84,159],[85,160],[87,161],[86,162],[88,163],[89,164],[90,165],[91,166],[92,167],[93,168],[94,169],[95,170],[96,171],[97,172],[98,173],[99,174],[100,175],[101,176],[102,177],[396,2],[397,2],[404,2],[403,178],[369,2],[368,2],[333,2],[367,179],[415,180],[374,181],[372,182],[371,183],[416,2],[417,2],[418,184],[419,2],[414,185],[405,186],[406,2],[407,2],[408,2],[409,2],[410,2],[411,2],[413,2],[412,2],[420,187],[421,2],[422,188],[338,32],[105,2],[356,2],[361,189],[360,190],[359,191],[358,192],[357,2],[109,2],[402,193],[399,32],[401,194],[400,32],[398,2],[49,2],[50,2],[9,2],[11,2],[10,2],[2,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[3,2],[4,2],[20,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[35,2],[32,2],[33,2],[34,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[8,2],[47,2],[44,2],[45,2],[46,2],[1,2],[48,2],[156,195],[157,195],[160,195],[161,196],[159,197],[158,10],[106,37],[107,209],[332,210],[331,209],[162,2],[167,2],[264,10],[165,10],[168,200],[163,2],[265,201],[330,202],[327,203],[328,204],[329,205],[263,206],[166,207],[262,208]],"semanticDiagnosticsPerFile":[128,131,129,132,139,130,138,134,135,137,133,136,117,110,155,154,153,115,119,112,111,127,152,118,151,120,125,122,123,121,126,124,114,145,144,142,146,143,148,150,141,149,113,140,147,108,286,285,284,283,282,278,273,268,269,272,275,270,277,271,274,276,279,280,281,267,323,322,321,324,290,287,289,291,320,292,293,294,295,303,304,315,305,306,307,308,309,310,311,312,313,314,316,297,301,319,317,288,302,300,296,298,299,318,326,325,266,183,169,170,171,172,173,174,175,176,177,178,179,180,181,182,187,199,188,189,190,193,194,195,196,197,198,200,201,202,203,206,204,205,207,210,208,209,185,211,227,212,215,213,214,216,219,217,218,220,221,226,222,225,223,224,261,229,230,231,228,232,233,234,255,250,235,258,236,237,238,252,239,240,253,241,251,256,257,242,243,254,244,192,245,246,247,248,191,249,186,260,184,259,164,334,335,116,337,339,341,340,342,336,343,344,345,362,364,365,370,375,373,376,377,379,380,378,381,382,383,384,385,386,387,388,389,390,391,392,355,348,352,350,353,351,354,349,347,346,366,393,394,395,363,51,52,54,55,56,57,58,59,60,61,62,63,64,66,65,67,68,69,53,103,70,71,72,104,73,74,75,76,77,78,79,80,81,82,83,84,85,87,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,396,397,404,403,369,368,333,367,415,374,372,371,416,417,418,419,414,405,406,407,408,409,410,411,413,412,420,421,422,338,105,356,361,360,359,358,357,109,402,399,401,400,398,49,50,9,11,10,2,12,13,14,15,16,17,18,19,3,4,20,24,21,22,23,25,26,27,5,28,29,30,31,6,35,32,33,34,36,7,37,42,43,38,39,40,41,8,47,44,45,46,1,48,156,157,160,161,159,158,106,107,332,331,162,167,264,165,168,163,265,330,327,328,329,263,166,262],"latestChangedDtsFile":"../types/src/index.d.ts"},"version":"5.2.2"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,eAAO,MAAM,UAAU,WAA+D,CAAC;AAEvF,eAAO,MAAM,aAAa,WAEzB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { AnchorProvider, Idl, Program } from "@coral-xyz/anchor";
|
|
3
|
+
import { HplCrons } from "@helium/idls/lib/types/hpl_crons";
|
|
4
|
+
import { PublicKey } from "@solana/web3.js";
|
|
5
|
+
export * from "./constants";
|
|
6
|
+
export * from "./pdas";
|
|
7
|
+
export declare function nextAvailableTaskIds(taskBitmap: Buffer, n: number): number[];
|
|
8
|
+
export declare function init(provider: AnchorProvider, programId?: PublicKey, idl?: Idl | null): Promise<Program<HplCrons>>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAIjE,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AAEvB,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAqB5E;AAED,wBAAsB,IAAI,CACxB,QAAQ,EAAE,cAAc,EACxB,SAAS,GAAE,SAAsB,EACjC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,GACf,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAe5B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
|
2
|
+
export declare function entityCronAuthorityKey(wallet: PublicKey, programId?: PublicKey): [PublicKey, number];
|
|
3
|
+
export declare function queueAuthorityKey(programId?: PublicKey): [PublicKey, number];
|
|
4
|
+
export declare function delegationClaimBotKey(taskQueue: PublicKey, delegatedPosition: PublicKey, programId?: PublicKey): [PublicKey, number];
|
|
5
|
+
export declare function epochTrackerKey(dao: PublicKey, programId?: PublicKey): [PublicKey, number];
|
|
6
|
+
export declare function taskReturnAccountKey(programId?: PublicKey): [PublicKey, number];
|
|
7
|
+
//# sourceMappingURL=pdas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdas.d.ts","sourceRoot":"","sources":["../../../src/pdas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,SAAS,EAAE,SAAS,YAAa,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,CAKrG;AAED,wBAAgB,iBAAiB,CAC/B,SAAS,YAAa,GACrB,CAAC,SAAS,EAAE,MAAM,CAAC,CAKrB;AAED,wBAAgB,qBAAqB,CACnC,SAAS,EAAE,SAAS,EACpB,iBAAiB,EAAE,SAAS,EAC5B,SAAS,YAAa,GACrB,CAAC,SAAS,EAAE,MAAM,CAAC,CASrB;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,SAAS,EAAE,SAAS,YAAa,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,CAK3F;AAED,wBAAgB,oBAAoB,CAAC,SAAS,YAAa,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,CAKhF"}
|
package/package.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@helium/hpl-crons-sdk",
|
|
3
|
+
"publishConfig": {
|
|
4
|
+
"access": "public",
|
|
5
|
+
"registry": "https://registry.npmjs.org/"
|
|
6
|
+
},
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"version": "0.10.0-alpha.1",
|
|
9
|
+
"description": "Interface to the rewards burn smart contract",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/helium/helium-program-libary"
|
|
13
|
+
},
|
|
14
|
+
"main": "./lib/cjs/index.js",
|
|
15
|
+
"module": "./lib/esm/src/index.js",
|
|
16
|
+
"types": "./lib/types/src/index.d.ts",
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"files": [
|
|
19
|
+
"lib"
|
|
20
|
+
],
|
|
21
|
+
"exports": {
|
|
22
|
+
"import": "./lib/esm/src/index.js",
|
|
23
|
+
"require": "./lib/cjs/index.js",
|
|
24
|
+
"types": "./lib/types/src/index.d.ts"
|
|
25
|
+
},
|
|
26
|
+
"scripts": {
|
|
27
|
+
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
28
|
+
"precommit": "npx git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' .",
|
|
29
|
+
"clean": "npx shx mkdir -p lib && npx shx rm -rf lib",
|
|
30
|
+
"package": "npx shx mkdir -p lib/cjs lib/esm",
|
|
31
|
+
"prebuild": "npm run clean && npm run package"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@coral-xyz/anchor": "^0.30.1",
|
|
35
|
+
"@helium/anchor-resolvers": "^0.5.0",
|
|
36
|
+
"@helium/idls": "^0.10.0-alpha.1",
|
|
37
|
+
"@helium/spl-utils": "^0.10.0-alpha.1",
|
|
38
|
+
"bn.js": "^5.2.0",
|
|
39
|
+
"bs58": "^4.0.1"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"git-format-staged": "^2.1.3",
|
|
43
|
+
"ts-loader": "^9.2.3",
|
|
44
|
+
"ts-node": "^10.9.1",
|
|
45
|
+
"typescript": "^5.2.2"
|
|
46
|
+
},
|
|
47
|
+
"keywords": [],
|
|
48
|
+
"author": "",
|
|
49
|
+
"gitHead": "ee8b02776cd3e181cd3047b608c2b95f1c8ce3f2"
|
|
50
|
+
}
|