@xylabs/eth-address 2.9.1 → 2.9.2
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/dist/docs.json +395 -82
- package/docs/assets/highlight.css +50 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/EthAddress.html +221 -0
- package/docs/functions/ellipsize.html +55 -0
- package/docs/functions/isEthAddress.html +56 -0
- package/docs/functions/padHex.html +55 -0
- package/docs/index.html +85 -0
- package/docs/modules.html +51 -0
- package/package.json +6 -6
package/dist/docs.json
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 0,
|
|
3
3
|
"name": "@xylabs/eth-address",
|
|
4
|
+
"variant": "project",
|
|
4
5
|
"kind": 1,
|
|
5
|
-
"kindString": "Project",
|
|
6
6
|
"flags": {},
|
|
7
|
-
"originalName": "",
|
|
8
7
|
"children": [
|
|
9
8
|
{
|
|
10
9
|
"id": 10,
|
|
11
10
|
"name": "EthAddress",
|
|
11
|
+
"variant": "declaration",
|
|
12
12
|
"kind": 128,
|
|
13
|
-
"kindString": "Class",
|
|
14
13
|
"flags": {},
|
|
15
14
|
"children": [
|
|
16
15
|
{
|
|
17
16
|
"id": 20,
|
|
18
17
|
"name": "constructor",
|
|
18
|
+
"variant": "declaration",
|
|
19
19
|
"kind": 512,
|
|
20
|
-
"kindString": "Constructor",
|
|
21
20
|
"flags": {
|
|
22
21
|
"isPrivate": true
|
|
23
22
|
},
|
|
@@ -26,35 +25,47 @@
|
|
|
26
25
|
"fileName": "EthAddress.ts",
|
|
27
26
|
"line": 16,
|
|
28
27
|
"character": 2,
|
|
29
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
28
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L16"
|
|
30
29
|
}
|
|
31
30
|
],
|
|
32
31
|
"signatures": [
|
|
33
32
|
{
|
|
34
33
|
"id": 21,
|
|
35
34
|
"name": "new EthAddress",
|
|
35
|
+
"variant": "signature",
|
|
36
36
|
"kind": 16384,
|
|
37
|
-
"kindString": "Constructor signature",
|
|
38
37
|
"flags": {},
|
|
38
|
+
"sources": [
|
|
39
|
+
{
|
|
40
|
+
"fileName": "EthAddress.ts",
|
|
41
|
+
"line": 16,
|
|
42
|
+
"character": 2,
|
|
43
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L16"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
39
46
|
"parameters": [
|
|
40
47
|
{
|
|
41
48
|
"id": 22,
|
|
42
49
|
"name": "address",
|
|
50
|
+
"variant": "param",
|
|
43
51
|
"kind": 32768,
|
|
44
|
-
"kindString": "Parameter",
|
|
45
52
|
"flags": {},
|
|
46
53
|
"type": {
|
|
47
54
|
"type": "reference",
|
|
55
|
+
"target": {
|
|
56
|
+
"sourceFileName": "../../node_modules/@types/bn.js/index.d.ts",
|
|
57
|
+
"qualifiedName": "BN"
|
|
58
|
+
},
|
|
48
59
|
"name": "BN",
|
|
49
|
-
"qualifiedName": "BN",
|
|
50
60
|
"package": "@types/bn.js"
|
|
51
61
|
}
|
|
52
62
|
}
|
|
53
63
|
],
|
|
54
64
|
"type": {
|
|
55
65
|
"type": "reference",
|
|
56
|
-
"
|
|
57
|
-
"name": "EthAddress"
|
|
66
|
+
"target": 10,
|
|
67
|
+
"name": "EthAddress",
|
|
68
|
+
"package": "@xylabs/eth-address"
|
|
58
69
|
}
|
|
59
70
|
}
|
|
60
71
|
]
|
|
@@ -62,8 +73,8 @@
|
|
|
62
73
|
{
|
|
63
74
|
"id": 24,
|
|
64
75
|
"name": "address",
|
|
76
|
+
"variant": "declaration",
|
|
65
77
|
"kind": 1024,
|
|
66
|
-
"kindString": "Property",
|
|
67
78
|
"flags": {
|
|
68
79
|
"isPrivate": true
|
|
69
80
|
},
|
|
@@ -72,21 +83,24 @@
|
|
|
72
83
|
"fileName": "EthAddress.ts",
|
|
73
84
|
"line": 14,
|
|
74
85
|
"character": 10,
|
|
75
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
86
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L14"
|
|
76
87
|
}
|
|
77
88
|
],
|
|
78
89
|
"type": {
|
|
79
90
|
"type": "reference",
|
|
91
|
+
"target": {
|
|
92
|
+
"sourceFileName": "../../node_modules/@types/bn.js/index.d.ts",
|
|
93
|
+
"qualifiedName": "BN"
|
|
94
|
+
},
|
|
80
95
|
"name": "BN",
|
|
81
|
-
"qualifiedName": "BN",
|
|
82
96
|
"package": "@types/bn.js"
|
|
83
97
|
}
|
|
84
98
|
},
|
|
85
99
|
{
|
|
86
100
|
"id": 23,
|
|
87
101
|
"name": "type",
|
|
102
|
+
"variant": "declaration",
|
|
88
103
|
"kind": 1024,
|
|
89
|
-
"kindString": "Property",
|
|
90
104
|
"flags": {
|
|
91
105
|
"isPublic": true
|
|
92
106
|
},
|
|
@@ -95,7 +109,7 @@
|
|
|
95
109
|
"fileName": "EthAddress.ts",
|
|
96
110
|
"line": 12,
|
|
97
111
|
"character": 9,
|
|
98
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
112
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L12"
|
|
99
113
|
}
|
|
100
114
|
],
|
|
101
115
|
"type": {
|
|
@@ -107,8 +121,8 @@
|
|
|
107
121
|
{
|
|
108
122
|
"id": 11,
|
|
109
123
|
"name": "type",
|
|
124
|
+
"variant": "declaration",
|
|
110
125
|
"kind": 1024,
|
|
111
|
-
"kindString": "Property",
|
|
112
126
|
"flags": {
|
|
113
127
|
"isStatic": true
|
|
114
128
|
},
|
|
@@ -117,7 +131,7 @@
|
|
|
117
131
|
"fileName": "EthAddress.ts",
|
|
118
132
|
"line": 10,
|
|
119
133
|
"character": 9,
|
|
120
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
134
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L10"
|
|
121
135
|
}
|
|
122
136
|
],
|
|
123
137
|
"type": {
|
|
@@ -129,8 +143,8 @@
|
|
|
129
143
|
{
|
|
130
144
|
"id": 25,
|
|
131
145
|
"name": "equals",
|
|
146
|
+
"variant": "declaration",
|
|
132
147
|
"kind": 2048,
|
|
133
|
-
"kindString": "Method",
|
|
134
148
|
"flags": {
|
|
135
149
|
"isPublic": true
|
|
136
150
|
},
|
|
@@ -139,22 +153,30 @@
|
|
|
139
153
|
"fileName": "EthAddress.ts",
|
|
140
154
|
"line": 33,
|
|
141
155
|
"character": 9,
|
|
142
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
156
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L33"
|
|
143
157
|
}
|
|
144
158
|
],
|
|
145
159
|
"signatures": [
|
|
146
160
|
{
|
|
147
161
|
"id": 26,
|
|
148
162
|
"name": "equals",
|
|
163
|
+
"variant": "signature",
|
|
149
164
|
"kind": 4096,
|
|
150
|
-
"kindString": "Call signature",
|
|
151
165
|
"flags": {},
|
|
166
|
+
"sources": [
|
|
167
|
+
{
|
|
168
|
+
"fileName": "EthAddress.ts",
|
|
169
|
+
"line": 33,
|
|
170
|
+
"character": 2,
|
|
171
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L33"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
152
174
|
"parameters": [
|
|
153
175
|
{
|
|
154
176
|
"id": 27,
|
|
155
177
|
"name": "address",
|
|
178
|
+
"variant": "param",
|
|
156
179
|
"kind": 32768,
|
|
157
|
-
"kindString": "Parameter",
|
|
158
180
|
"flags": {
|
|
159
181
|
"isOptional": true
|
|
160
182
|
},
|
|
@@ -171,8 +193,9 @@
|
|
|
171
193
|
},
|
|
172
194
|
{
|
|
173
195
|
"type": "reference",
|
|
174
|
-
"
|
|
175
|
-
"name": "EthAddress"
|
|
196
|
+
"target": 10,
|
|
197
|
+
"name": "EthAddress",
|
|
198
|
+
"package": "@xylabs/eth-address"
|
|
176
199
|
}
|
|
177
200
|
]
|
|
178
201
|
}
|
|
@@ -188,8 +211,8 @@
|
|
|
188
211
|
{
|
|
189
212
|
"id": 28,
|
|
190
213
|
"name": "toBigNumber",
|
|
214
|
+
"variant": "declaration",
|
|
191
215
|
"kind": 2048,
|
|
192
|
-
"kindString": "Method",
|
|
193
216
|
"flags": {
|
|
194
217
|
"isPublic": true
|
|
195
218
|
},
|
|
@@ -198,20 +221,31 @@
|
|
|
198
221
|
"fileName": "EthAddress.ts",
|
|
199
222
|
"line": 46,
|
|
200
223
|
"character": 9,
|
|
201
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
224
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L46"
|
|
202
225
|
}
|
|
203
226
|
],
|
|
204
227
|
"signatures": [
|
|
205
228
|
{
|
|
206
229
|
"id": 29,
|
|
207
230
|
"name": "toBigNumber",
|
|
231
|
+
"variant": "signature",
|
|
208
232
|
"kind": 4096,
|
|
209
|
-
"kindString": "Call signature",
|
|
210
233
|
"flags": {},
|
|
234
|
+
"sources": [
|
|
235
|
+
{
|
|
236
|
+
"fileName": "EthAddress.ts",
|
|
237
|
+
"line": 46,
|
|
238
|
+
"character": 2,
|
|
239
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L46"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
211
242
|
"type": {
|
|
212
243
|
"type": "reference",
|
|
244
|
+
"target": {
|
|
245
|
+
"sourceFileName": "../../node_modules/@types/bn.js/index.d.ts",
|
|
246
|
+
"qualifiedName": "BN"
|
|
247
|
+
},
|
|
213
248
|
"name": "BN",
|
|
214
|
-
"qualifiedName": "BN",
|
|
215
249
|
"package": "@types/bn.js"
|
|
216
250
|
}
|
|
217
251
|
}
|
|
@@ -220,8 +254,8 @@
|
|
|
220
254
|
{
|
|
221
255
|
"id": 30,
|
|
222
256
|
"name": "toHex",
|
|
257
|
+
"variant": "declaration",
|
|
223
258
|
"kind": 2048,
|
|
224
|
-
"kindString": "Method",
|
|
225
259
|
"flags": {
|
|
226
260
|
"isPublic": true
|
|
227
261
|
},
|
|
@@ -230,16 +264,24 @@
|
|
|
230
264
|
"fileName": "EthAddress.ts",
|
|
231
265
|
"line": 50,
|
|
232
266
|
"character": 9,
|
|
233
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
267
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L50"
|
|
234
268
|
}
|
|
235
269
|
],
|
|
236
270
|
"signatures": [
|
|
237
271
|
{
|
|
238
272
|
"id": 31,
|
|
239
273
|
"name": "toHex",
|
|
274
|
+
"variant": "signature",
|
|
240
275
|
"kind": 4096,
|
|
241
|
-
"kindString": "Call signature",
|
|
242
276
|
"flags": {},
|
|
277
|
+
"sources": [
|
|
278
|
+
{
|
|
279
|
+
"fileName": "EthAddress.ts",
|
|
280
|
+
"line": 50,
|
|
281
|
+
"character": 2,
|
|
282
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L50"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
243
285
|
"type": {
|
|
244
286
|
"type": "intrinsic",
|
|
245
287
|
"name": "string"
|
|
@@ -250,8 +292,8 @@
|
|
|
250
292
|
{
|
|
251
293
|
"id": 32,
|
|
252
294
|
"name": "toJSON",
|
|
295
|
+
"variant": "declaration",
|
|
253
296
|
"kind": 2048,
|
|
254
|
-
"kindString": "Method",
|
|
255
297
|
"flags": {
|
|
256
298
|
"isPublic": true
|
|
257
299
|
},
|
|
@@ -260,16 +302,24 @@
|
|
|
260
302
|
"fileName": "EthAddress.ts",
|
|
261
303
|
"line": 54,
|
|
262
304
|
"character": 9,
|
|
263
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
305
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L54"
|
|
264
306
|
}
|
|
265
307
|
],
|
|
266
308
|
"signatures": [
|
|
267
309
|
{
|
|
268
310
|
"id": 33,
|
|
269
311
|
"name": "toJSON",
|
|
312
|
+
"variant": "signature",
|
|
270
313
|
"kind": 4096,
|
|
271
|
-
"kindString": "Call signature",
|
|
272
314
|
"flags": {},
|
|
315
|
+
"sources": [
|
|
316
|
+
{
|
|
317
|
+
"fileName": "EthAddress.ts",
|
|
318
|
+
"line": 54,
|
|
319
|
+
"character": 2,
|
|
320
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L54"
|
|
321
|
+
}
|
|
322
|
+
],
|
|
273
323
|
"type": {
|
|
274
324
|
"type": "intrinsic",
|
|
275
325
|
"name": "string"
|
|
@@ -280,8 +330,8 @@
|
|
|
280
330
|
{
|
|
281
331
|
"id": 34,
|
|
282
332
|
"name": "toLowerCaseString",
|
|
333
|
+
"variant": "declaration",
|
|
283
334
|
"kind": 2048,
|
|
284
|
-
"kindString": "Method",
|
|
285
335
|
"flags": {
|
|
286
336
|
"isPublic": true
|
|
287
337
|
},
|
|
@@ -290,16 +340,24 @@
|
|
|
290
340
|
"fileName": "EthAddress.ts",
|
|
291
341
|
"line": 58,
|
|
292
342
|
"character": 9,
|
|
293
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
343
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L58"
|
|
294
344
|
}
|
|
295
345
|
],
|
|
296
346
|
"signatures": [
|
|
297
347
|
{
|
|
298
348
|
"id": 35,
|
|
299
349
|
"name": "toLowerCaseString",
|
|
350
|
+
"variant": "signature",
|
|
300
351
|
"kind": 4096,
|
|
301
|
-
"kindString": "Call signature",
|
|
302
352
|
"flags": {},
|
|
353
|
+
"sources": [
|
|
354
|
+
{
|
|
355
|
+
"fileName": "EthAddress.ts",
|
|
356
|
+
"line": 58,
|
|
357
|
+
"character": 2,
|
|
358
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L58"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
303
361
|
"type": {
|
|
304
362
|
"type": "intrinsic",
|
|
305
363
|
"name": "string"
|
|
@@ -310,8 +368,8 @@
|
|
|
310
368
|
{
|
|
311
369
|
"id": 36,
|
|
312
370
|
"name": "toShortString",
|
|
371
|
+
"variant": "declaration",
|
|
313
372
|
"kind": 2048,
|
|
314
|
-
"kindString": "Method",
|
|
315
373
|
"flags": {
|
|
316
374
|
"isPublic": true
|
|
317
375
|
},
|
|
@@ -320,22 +378,30 @@
|
|
|
320
378
|
"fileName": "EthAddress.ts",
|
|
321
379
|
"line": 62,
|
|
322
380
|
"character": 9,
|
|
323
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
381
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L62"
|
|
324
382
|
}
|
|
325
383
|
],
|
|
326
384
|
"signatures": [
|
|
327
385
|
{
|
|
328
386
|
"id": 37,
|
|
329
387
|
"name": "toShortString",
|
|
388
|
+
"variant": "signature",
|
|
330
389
|
"kind": 4096,
|
|
331
|
-
"kindString": "Call signature",
|
|
332
390
|
"flags": {},
|
|
391
|
+
"sources": [
|
|
392
|
+
{
|
|
393
|
+
"fileName": "EthAddress.ts",
|
|
394
|
+
"line": 62,
|
|
395
|
+
"character": 2,
|
|
396
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L62"
|
|
397
|
+
}
|
|
398
|
+
],
|
|
333
399
|
"parameters": [
|
|
334
400
|
{
|
|
335
401
|
"id": 38,
|
|
336
402
|
"name": "length",
|
|
403
|
+
"variant": "param",
|
|
337
404
|
"kind": 32768,
|
|
338
|
-
"kindString": "Parameter",
|
|
339
405
|
"flags": {},
|
|
340
406
|
"type": {
|
|
341
407
|
"type": "intrinsic",
|
|
@@ -354,8 +420,8 @@
|
|
|
354
420
|
{
|
|
355
421
|
"id": 39,
|
|
356
422
|
"name": "toString",
|
|
423
|
+
"variant": "declaration",
|
|
357
424
|
"kind": 2048,
|
|
358
|
-
"kindString": "Method",
|
|
359
425
|
"flags": {
|
|
360
426
|
"isPublic": true
|
|
361
427
|
},
|
|
@@ -364,16 +430,24 @@
|
|
|
364
430
|
"fileName": "EthAddress.ts",
|
|
365
431
|
"line": 66,
|
|
366
432
|
"character": 9,
|
|
367
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
433
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L66"
|
|
368
434
|
}
|
|
369
435
|
],
|
|
370
436
|
"signatures": [
|
|
371
437
|
{
|
|
372
438
|
"id": 40,
|
|
373
439
|
"name": "toString",
|
|
440
|
+
"variant": "signature",
|
|
374
441
|
"kind": 4096,
|
|
375
|
-
"kindString": "Call signature",
|
|
376
442
|
"flags": {},
|
|
443
|
+
"sources": [
|
|
444
|
+
{
|
|
445
|
+
"fileName": "EthAddress.ts",
|
|
446
|
+
"line": 66,
|
|
447
|
+
"character": 2,
|
|
448
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L66"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
377
451
|
"type": {
|
|
378
452
|
"type": "intrinsic",
|
|
379
453
|
"name": "string"
|
|
@@ -384,8 +458,8 @@
|
|
|
384
458
|
{
|
|
385
459
|
"id": 12,
|
|
386
460
|
"name": "fromString",
|
|
461
|
+
"variant": "declaration",
|
|
387
462
|
"kind": 2048,
|
|
388
|
-
"kindString": "Method",
|
|
389
463
|
"flags": {
|
|
390
464
|
"isStatic": true
|
|
391
465
|
},
|
|
@@ -394,22 +468,30 @@
|
|
|
394
468
|
"fileName": "EthAddress.ts",
|
|
395
469
|
"line": 20,
|
|
396
470
|
"character": 9,
|
|
397
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
471
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L20"
|
|
398
472
|
}
|
|
399
473
|
],
|
|
400
474
|
"signatures": [
|
|
401
475
|
{
|
|
402
476
|
"id": 13,
|
|
403
477
|
"name": "fromString",
|
|
478
|
+
"variant": "signature",
|
|
404
479
|
"kind": 4096,
|
|
405
|
-
"kindString": "Call signature",
|
|
406
480
|
"flags": {},
|
|
481
|
+
"sources": [
|
|
482
|
+
{
|
|
483
|
+
"fileName": "EthAddress.ts",
|
|
484
|
+
"line": 20,
|
|
485
|
+
"character": 2,
|
|
486
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L20"
|
|
487
|
+
}
|
|
488
|
+
],
|
|
407
489
|
"parameters": [
|
|
408
490
|
{
|
|
409
491
|
"id": 14,
|
|
410
492
|
"name": "value",
|
|
493
|
+
"variant": "param",
|
|
411
494
|
"kind": 32768,
|
|
412
|
-
"kindString": "Parameter",
|
|
413
495
|
"flags": {
|
|
414
496
|
"isOptional": true
|
|
415
497
|
},
|
|
@@ -421,8 +503,8 @@
|
|
|
421
503
|
{
|
|
422
504
|
"id": 15,
|
|
423
505
|
"name": "base",
|
|
506
|
+
"variant": "param",
|
|
424
507
|
"kind": 32768,
|
|
425
|
-
"kindString": "Parameter",
|
|
426
508
|
"flags": {},
|
|
427
509
|
"type": {
|
|
428
510
|
"type": "intrinsic",
|
|
@@ -440,8 +522,9 @@
|
|
|
440
522
|
},
|
|
441
523
|
{
|
|
442
524
|
"type": "reference",
|
|
443
|
-
"
|
|
444
|
-
"name": "EthAddress"
|
|
525
|
+
"target": 10,
|
|
526
|
+
"name": "EthAddress",
|
|
527
|
+
"package": "@xylabs/eth-address"
|
|
445
528
|
}
|
|
446
529
|
]
|
|
447
530
|
}
|
|
@@ -451,8 +534,8 @@
|
|
|
451
534
|
{
|
|
452
535
|
"id": 16,
|
|
453
536
|
"name": "parse",
|
|
537
|
+
"variant": "declaration",
|
|
454
538
|
"kind": 2048,
|
|
455
|
-
"kindString": "Method",
|
|
456
539
|
"flags": {
|
|
457
540
|
"isStatic": true
|
|
458
541
|
},
|
|
@@ -461,22 +544,30 @@
|
|
|
461
544
|
"fileName": "EthAddress.ts",
|
|
462
545
|
"line": 27,
|
|
463
546
|
"character": 9,
|
|
464
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
547
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L27"
|
|
465
548
|
}
|
|
466
549
|
],
|
|
467
550
|
"signatures": [
|
|
468
551
|
{
|
|
469
552
|
"id": 17,
|
|
470
553
|
"name": "parse",
|
|
554
|
+
"variant": "signature",
|
|
471
555
|
"kind": 4096,
|
|
472
|
-
"kindString": "Call signature",
|
|
473
556
|
"flags": {},
|
|
557
|
+
"sources": [
|
|
558
|
+
{
|
|
559
|
+
"fileName": "EthAddress.ts",
|
|
560
|
+
"line": 27,
|
|
561
|
+
"character": 2,
|
|
562
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L27"
|
|
563
|
+
}
|
|
564
|
+
],
|
|
474
565
|
"parameters": [
|
|
475
566
|
{
|
|
476
567
|
"id": 18,
|
|
477
568
|
"name": "value",
|
|
569
|
+
"variant": "param",
|
|
478
570
|
"kind": 32768,
|
|
479
|
-
"kindString": "Parameter",
|
|
480
571
|
"flags": {},
|
|
481
572
|
"type": {
|
|
482
573
|
"type": "intrinsic",
|
|
@@ -486,8 +577,8 @@
|
|
|
486
577
|
{
|
|
487
578
|
"id": 19,
|
|
488
579
|
"name": "base",
|
|
580
|
+
"variant": "param",
|
|
489
581
|
"kind": 32768,
|
|
490
|
-
"kindString": "Parameter",
|
|
491
582
|
"flags": {
|
|
492
583
|
"isOptional": true
|
|
493
584
|
},
|
|
@@ -506,8 +597,9 @@
|
|
|
506
597
|
},
|
|
507
598
|
{
|
|
508
599
|
"type": "reference",
|
|
509
|
-
"
|
|
510
|
-
"name": "EthAddress"
|
|
600
|
+
"target": 10,
|
|
601
|
+
"name": "EthAddress",
|
|
602
|
+
"package": "@xylabs/eth-address"
|
|
511
603
|
}
|
|
512
604
|
]
|
|
513
605
|
}
|
|
@@ -550,37 +642,45 @@
|
|
|
550
642
|
"fileName": "EthAddress.ts",
|
|
551
643
|
"line": 9,
|
|
552
644
|
"character": 13,
|
|
553
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
645
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L9"
|
|
554
646
|
}
|
|
555
647
|
]
|
|
556
648
|
},
|
|
557
649
|
{
|
|
558
650
|
"id": 1,
|
|
559
651
|
"name": "ellipsize",
|
|
652
|
+
"variant": "declaration",
|
|
560
653
|
"kind": 64,
|
|
561
|
-
"kindString": "Function",
|
|
562
654
|
"flags": {},
|
|
563
655
|
"sources": [
|
|
564
656
|
{
|
|
565
657
|
"fileName": "ellipsize.ts",
|
|
566
658
|
"line": 1,
|
|
567
659
|
"character": 13,
|
|
568
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
660
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/ellipsize.ts#L1"
|
|
569
661
|
}
|
|
570
662
|
],
|
|
571
663
|
"signatures": [
|
|
572
664
|
{
|
|
573
665
|
"id": 2,
|
|
574
666
|
"name": "ellipsize",
|
|
667
|
+
"variant": "signature",
|
|
575
668
|
"kind": 4096,
|
|
576
|
-
"kindString": "Call signature",
|
|
577
669
|
"flags": {},
|
|
670
|
+
"sources": [
|
|
671
|
+
{
|
|
672
|
+
"fileName": "ellipsize.ts",
|
|
673
|
+
"line": 1,
|
|
674
|
+
"character": 25,
|
|
675
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/ellipsize.ts#L1"
|
|
676
|
+
}
|
|
677
|
+
],
|
|
578
678
|
"parameters": [
|
|
579
679
|
{
|
|
580
680
|
"id": 3,
|
|
581
681
|
"name": "value",
|
|
682
|
+
"variant": "param",
|
|
582
683
|
"kind": 32768,
|
|
583
|
-
"kindString": "Parameter",
|
|
584
684
|
"flags": {},
|
|
585
685
|
"type": {
|
|
586
686
|
"type": "intrinsic",
|
|
@@ -590,8 +690,8 @@
|
|
|
590
690
|
{
|
|
591
691
|
"id": 4,
|
|
592
692
|
"name": "length",
|
|
693
|
+
"variant": "param",
|
|
593
694
|
"kind": 32768,
|
|
594
|
-
"kindString": "Parameter",
|
|
595
695
|
"flags": {},
|
|
596
696
|
"type": {
|
|
597
697
|
"type": "intrinsic",
|
|
@@ -610,52 +710,60 @@
|
|
|
610
710
|
{
|
|
611
711
|
"id": 5,
|
|
612
712
|
"name": "isEthAddress",
|
|
713
|
+
"variant": "declaration",
|
|
613
714
|
"kind": 64,
|
|
614
|
-
"kindString": "Function",
|
|
615
715
|
"flags": {},
|
|
616
716
|
"sources": [
|
|
617
717
|
{
|
|
618
718
|
"fileName": "EthAddress.ts",
|
|
619
719
|
"line": 7,
|
|
620
720
|
"character": 13,
|
|
621
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
721
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L7"
|
|
622
722
|
}
|
|
623
723
|
],
|
|
624
724
|
"signatures": [
|
|
625
725
|
{
|
|
626
726
|
"id": 6,
|
|
627
727
|
"name": "isEthAddress",
|
|
728
|
+
"variant": "signature",
|
|
628
729
|
"kind": 4096,
|
|
629
|
-
"kindString": "Call signature",
|
|
630
730
|
"flags": {},
|
|
731
|
+
"sources": [
|
|
732
|
+
{
|
|
733
|
+
"fileName": "EthAddress.ts",
|
|
734
|
+
"line": 7,
|
|
735
|
+
"character": 28,
|
|
736
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L7"
|
|
737
|
+
}
|
|
738
|
+
],
|
|
631
739
|
"parameters": [
|
|
632
740
|
{
|
|
633
741
|
"id": 7,
|
|
634
742
|
"name": "obj",
|
|
743
|
+
"variant": "param",
|
|
635
744
|
"kind": 32768,
|
|
636
|
-
"kindString": "Parameter",
|
|
637
745
|
"flags": {},
|
|
638
746
|
"type": {
|
|
639
747
|
"type": "reflection",
|
|
640
748
|
"declaration": {
|
|
641
749
|
"id": 8,
|
|
642
750
|
"name": "__type",
|
|
751
|
+
"variant": "declaration",
|
|
643
752
|
"kind": 65536,
|
|
644
|
-
"kindString": "Type literal",
|
|
645
753
|
"flags": {},
|
|
646
754
|
"children": [
|
|
647
755
|
{
|
|
648
756
|
"id": 9,
|
|
649
757
|
"name": "type",
|
|
758
|
+
"variant": "declaration",
|
|
650
759
|
"kind": 1024,
|
|
651
|
-
"kindString": "Property",
|
|
652
760
|
"flags": {},
|
|
653
761
|
"sources": [
|
|
654
762
|
{
|
|
655
763
|
"fileName": "EthAddress.ts",
|
|
656
764
|
"line": 7,
|
|
657
765
|
"character": 36,
|
|
658
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
766
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L7"
|
|
659
767
|
}
|
|
660
768
|
],
|
|
661
769
|
"type": {
|
|
@@ -677,7 +785,7 @@
|
|
|
677
785
|
"fileName": "EthAddress.ts",
|
|
678
786
|
"line": 7,
|
|
679
787
|
"character": 34,
|
|
680
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
788
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/EthAddress.ts#L7"
|
|
681
789
|
}
|
|
682
790
|
]
|
|
683
791
|
}
|
|
@@ -694,30 +802,38 @@
|
|
|
694
802
|
{
|
|
695
803
|
"id": 41,
|
|
696
804
|
"name": "padHex",
|
|
805
|
+
"variant": "declaration",
|
|
697
806
|
"kind": 64,
|
|
698
|
-
"kindString": "Function",
|
|
699
807
|
"flags": {},
|
|
700
808
|
"sources": [
|
|
701
809
|
{
|
|
702
810
|
"fileName": "padHex.ts",
|
|
703
811
|
"line": 1,
|
|
704
812
|
"character": 6,
|
|
705
|
-
"url": "https://github.com/xylabs/sdk-js/blob/
|
|
813
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/padHex.ts#L1"
|
|
706
814
|
}
|
|
707
815
|
],
|
|
708
816
|
"signatures": [
|
|
709
817
|
{
|
|
710
818
|
"id": 42,
|
|
711
819
|
"name": "padHex",
|
|
820
|
+
"variant": "signature",
|
|
712
821
|
"kind": 4096,
|
|
713
|
-
"kindString": "Call signature",
|
|
714
822
|
"flags": {},
|
|
823
|
+
"sources": [
|
|
824
|
+
{
|
|
825
|
+
"fileName": "padHex.ts",
|
|
826
|
+
"line": 1,
|
|
827
|
+
"character": 15,
|
|
828
|
+
"url": "https://github.com/xylabs/sdk-js/blob/88ada5a/packages/eth-address/src/padHex.ts#L1"
|
|
829
|
+
}
|
|
830
|
+
],
|
|
715
831
|
"parameters": [
|
|
716
832
|
{
|
|
717
833
|
"id": 43,
|
|
718
834
|
"name": "hex",
|
|
835
|
+
"variant": "param",
|
|
719
836
|
"kind": 32768,
|
|
720
|
-
"kindString": "Parameter",
|
|
721
837
|
"flags": {},
|
|
722
838
|
"type": {
|
|
723
839
|
"type": "intrinsic",
|
|
@@ -727,8 +843,8 @@
|
|
|
727
843
|
{
|
|
728
844
|
"id": 44,
|
|
729
845
|
"name": "byteCount",
|
|
846
|
+
"variant": "param",
|
|
730
847
|
"kind": 32768,
|
|
731
|
-
"kindString": "Parameter",
|
|
732
848
|
"flags": {
|
|
733
849
|
"isOptional": true
|
|
734
850
|
},
|
|
@@ -762,12 +878,209 @@
|
|
|
762
878
|
]
|
|
763
879
|
}
|
|
764
880
|
],
|
|
765
|
-
"
|
|
881
|
+
"packageName": "@xylabs/eth-address",
|
|
882
|
+
"readme": [
|
|
883
|
+
{
|
|
884
|
+
"kind": "text",
|
|
885
|
+
"text": "[![logo][]](https://xylabs.com)\n\n# @xylabs/sdk-js\n\n[![main-build][]][main-build-link]\n[![beta-build][]][beta-build-link]\n[![npm-badge][]][npm-link]\n[![bch-badge][]][bch-link]\n[![codacy-badge][]][codacy-link]\n[![codeclimate-badge][]][codeclimate-link]\n[![snyk-badge][]][snyk-link]\n\n## Table of Contents\n\n- [Description](#description)\n- [Install](#install)\n- [Scripts](#scripts)\n- [Maintainers](#maintainers)\n- [License](#license)\n- [Credits](#credits)\n\n## Description\n\nSDK for base code for Typescript and Javascript Libraries.\n\n## Install\n\nUsing npm:\n\n"
|
|
886
|
+
},
|
|
766
887
|
{
|
|
767
|
-
"
|
|
768
|
-
"
|
|
769
|
-
|
|
770
|
-
|
|
888
|
+
"kind": "code",
|
|
889
|
+
"text": "```sh\nnpm i --save @xylabs/sdk-js\n```"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"kind": "text",
|
|
893
|
+
"text": "\n\nUsing yarn:\n\n"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"kind": "code",
|
|
897
|
+
"text": "```sh\nyarn add @xylabs/sdk-js\n```"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"kind": "text",
|
|
901
|
+
"text": "\n\n## Scripts\n\nSee [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md)\nfor list of shared scripts.\n\n## Maintainers\n\n- [Arie Trouw](https://github.com/arietrouw) (<https://arietrouw.com>)\n\n## License\n\nSee the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)\n\n[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg\n[main-build]: https://github.com/xylabs/sdk-js/actions/workflows/build-main.yml/badge.svg\n[main-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build-main.yml\n[beta-build]: https://github.com/xylabs/sdk-js/actions/workflows/build-beta.yml/badge.svg\n[beta-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build-beta.yml\n[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-js.svg\n[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-js\n[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-js?branch=main\n[bch-link]: https://bettercodehub.com/results/xylabs/sdk-js\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/c8e15e14f37741c18cfb47ac7245c698\n[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-js&utm_campaign=Badge_Grade\n[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c5eb068f806f0b047ea7/maintainability\n[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-js/maintainability\n[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-js/badge.svg?targetFile=package.json\n[snyk-link]: https://snyk.io/test/github/xylabs/sdk-js?targetFile=package.json"
|
|
902
|
+
}
|
|
903
|
+
],
|
|
904
|
+
"symbolIdMap": {
|
|
905
|
+
"0": {
|
|
906
|
+
"sourceFileName": "src/index.ts",
|
|
907
|
+
"qualifiedName": ""
|
|
908
|
+
},
|
|
909
|
+
"1": {
|
|
910
|
+
"sourceFileName": "src/ellipsize.ts",
|
|
911
|
+
"qualifiedName": "ellipsize"
|
|
912
|
+
},
|
|
913
|
+
"2": {
|
|
914
|
+
"sourceFileName": "src/ellipsize.ts",
|
|
915
|
+
"qualifiedName": "ellipsize"
|
|
916
|
+
},
|
|
917
|
+
"3": {
|
|
918
|
+
"sourceFileName": "src/ellipsize.ts",
|
|
919
|
+
"qualifiedName": "value"
|
|
920
|
+
},
|
|
921
|
+
"4": {
|
|
922
|
+
"sourceFileName": "src/ellipsize.ts",
|
|
923
|
+
"qualifiedName": "length"
|
|
924
|
+
},
|
|
925
|
+
"5": {
|
|
926
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
927
|
+
"qualifiedName": "isEthAddress"
|
|
928
|
+
},
|
|
929
|
+
"6": {
|
|
930
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
931
|
+
"qualifiedName": "isEthAddress"
|
|
932
|
+
},
|
|
933
|
+
"7": {
|
|
934
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
935
|
+
"qualifiedName": "obj"
|
|
936
|
+
},
|
|
937
|
+
"8": {
|
|
938
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
939
|
+
"qualifiedName": "__type"
|
|
940
|
+
},
|
|
941
|
+
"9": {
|
|
942
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
943
|
+
"qualifiedName": "__type.type"
|
|
944
|
+
},
|
|
945
|
+
"10": {
|
|
946
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
947
|
+
"qualifiedName": "EthAddress"
|
|
948
|
+
},
|
|
949
|
+
"11": {
|
|
950
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
951
|
+
"qualifiedName": "EthAddress.type"
|
|
952
|
+
},
|
|
953
|
+
"12": {
|
|
954
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
955
|
+
"qualifiedName": "EthAddress.fromString"
|
|
956
|
+
},
|
|
957
|
+
"13": {
|
|
958
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
959
|
+
"qualifiedName": "EthAddress.fromString"
|
|
960
|
+
},
|
|
961
|
+
"14": {
|
|
962
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
963
|
+
"qualifiedName": "value"
|
|
964
|
+
},
|
|
965
|
+
"15": {
|
|
966
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
967
|
+
"qualifiedName": "base"
|
|
968
|
+
},
|
|
969
|
+
"16": {
|
|
970
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
971
|
+
"qualifiedName": "EthAddress.parse"
|
|
972
|
+
},
|
|
973
|
+
"17": {
|
|
974
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
975
|
+
"qualifiedName": "EthAddress.parse"
|
|
976
|
+
},
|
|
977
|
+
"18": {
|
|
978
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
979
|
+
"qualifiedName": "value"
|
|
980
|
+
},
|
|
981
|
+
"19": {
|
|
982
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
983
|
+
"qualifiedName": "base"
|
|
984
|
+
},
|
|
985
|
+
"20": {
|
|
986
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
987
|
+
"qualifiedName": "EthAddress.__constructor"
|
|
988
|
+
},
|
|
989
|
+
"21": {
|
|
990
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
991
|
+
"qualifiedName": "EthAddress"
|
|
992
|
+
},
|
|
993
|
+
"22": {
|
|
994
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
995
|
+
"qualifiedName": "address"
|
|
996
|
+
},
|
|
997
|
+
"23": {
|
|
998
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
999
|
+
"qualifiedName": "EthAddress.type"
|
|
1000
|
+
},
|
|
1001
|
+
"24": {
|
|
1002
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1003
|
+
"qualifiedName": "EthAddress.address"
|
|
1004
|
+
},
|
|
1005
|
+
"25": {
|
|
1006
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1007
|
+
"qualifiedName": "EthAddress.equals"
|
|
1008
|
+
},
|
|
1009
|
+
"26": {
|
|
1010
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1011
|
+
"qualifiedName": "EthAddress.equals"
|
|
1012
|
+
},
|
|
1013
|
+
"27": {
|
|
1014
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1015
|
+
"qualifiedName": "address"
|
|
1016
|
+
},
|
|
1017
|
+
"28": {
|
|
1018
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1019
|
+
"qualifiedName": "EthAddress.toBigNumber"
|
|
1020
|
+
},
|
|
1021
|
+
"29": {
|
|
1022
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1023
|
+
"qualifiedName": "EthAddress.toBigNumber"
|
|
1024
|
+
},
|
|
1025
|
+
"30": {
|
|
1026
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1027
|
+
"qualifiedName": "EthAddress.toHex"
|
|
1028
|
+
},
|
|
1029
|
+
"31": {
|
|
1030
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1031
|
+
"qualifiedName": "EthAddress.toHex"
|
|
1032
|
+
},
|
|
1033
|
+
"32": {
|
|
1034
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1035
|
+
"qualifiedName": "EthAddress.toJSON"
|
|
1036
|
+
},
|
|
1037
|
+
"33": {
|
|
1038
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1039
|
+
"qualifiedName": "EthAddress.toJSON"
|
|
1040
|
+
},
|
|
1041
|
+
"34": {
|
|
1042
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1043
|
+
"qualifiedName": "EthAddress.toLowerCaseString"
|
|
1044
|
+
},
|
|
1045
|
+
"35": {
|
|
1046
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1047
|
+
"qualifiedName": "EthAddress.toLowerCaseString"
|
|
1048
|
+
},
|
|
1049
|
+
"36": {
|
|
1050
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1051
|
+
"qualifiedName": "EthAddress.toShortString"
|
|
1052
|
+
},
|
|
1053
|
+
"37": {
|
|
1054
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1055
|
+
"qualifiedName": "EthAddress.toShortString"
|
|
1056
|
+
},
|
|
1057
|
+
"38": {
|
|
1058
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1059
|
+
"qualifiedName": "length"
|
|
1060
|
+
},
|
|
1061
|
+
"39": {
|
|
1062
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1063
|
+
"qualifiedName": "EthAddress.toString"
|
|
1064
|
+
},
|
|
1065
|
+
"40": {
|
|
1066
|
+
"sourceFileName": "src/EthAddress.ts",
|
|
1067
|
+
"qualifiedName": "EthAddress.toString"
|
|
1068
|
+
},
|
|
1069
|
+
"41": {
|
|
1070
|
+
"sourceFileName": "src/padHex.ts",
|
|
1071
|
+
"qualifiedName": "padHex"
|
|
1072
|
+
},
|
|
1073
|
+
"42": {
|
|
1074
|
+
"sourceFileName": "src/padHex.ts",
|
|
1075
|
+
"qualifiedName": "padHex"
|
|
1076
|
+
},
|
|
1077
|
+
"43": {
|
|
1078
|
+
"sourceFileName": "src/padHex.ts",
|
|
1079
|
+
"qualifiedName": "hex"
|
|
1080
|
+
},
|
|
1081
|
+
"44": {
|
|
1082
|
+
"sourceFileName": "src/padHex.ts",
|
|
1083
|
+
"qualifiedName": "byteCount"
|
|
771
1084
|
}
|
|
772
|
-
|
|
1085
|
+
}
|
|
773
1086
|
}
|