@bitgo-beta/statics 15.1.1-beta.87 → 15.1.1-beta.870

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.
Files changed (74) hide show
  1. package/.mocharc.js +1 -1
  2. package/CHANGELOG.md +2741 -0
  3. package/dist/src/account.d.ts +399 -21
  4. package/dist/src/account.d.ts.map +1 -1
  5. package/dist/src/account.js +656 -78
  6. package/dist/src/ada.d.ts.map +1 -1
  7. package/dist/src/ada.js +6 -3
  8. package/dist/src/avaxp.d.ts.map +1 -1
  9. package/dist/src/avaxp.js +6 -3
  10. package/dist/src/base.d.ts +1354 -40
  11. package/dist/src/base.d.ts.map +1 -1
  12. package/dist/src/base.js +1400 -50
  13. package/dist/src/coinFeatures.d.ts +80 -0
  14. package/dist/src/coinFeatures.d.ts.map +1 -0
  15. package/dist/src/coinFeatures.js +468 -0
  16. package/dist/src/coins/avaxTokens.d.ts +2 -0
  17. package/dist/src/coins/avaxTokens.d.ts.map +1 -0
  18. package/dist/src/coins/avaxTokens.js +95 -0
  19. package/dist/src/coins/bscTokens.d.ts +2 -0
  20. package/dist/src/coins/bscTokens.d.ts.map +1 -0
  21. package/dist/src/coins/bscTokens.js +138 -0
  22. package/dist/src/coins/erc20Coins.d.ts +2 -0
  23. package/dist/src/coins/erc20Coins.d.ts.map +1 -0
  24. package/dist/src/coins/erc20Coins.js +1371 -0
  25. package/dist/src/coins/ofcCoins.d.ts +2 -0
  26. package/dist/src/coins/ofcCoins.d.ts.map +1 -0
  27. package/dist/src/coins/ofcCoins.js +428 -0
  28. package/dist/src/coins/ofcErc20Coins.d.ts +3 -0
  29. package/dist/src/coins/ofcErc20Coins.d.ts.map +1 -0
  30. package/dist/src/coins/ofcErc20Coins.js +1300 -0
  31. package/dist/src/coins/polygonTokens.d.ts +2 -0
  32. package/dist/src/coins/polygonTokens.d.ts.map +1 -0
  33. package/dist/src/coins/polygonTokens.js +136 -0
  34. package/dist/src/coins/sip10Tokens.d.ts +2 -0
  35. package/dist/src/coins/sip10Tokens.d.ts.map +1 -0
  36. package/dist/src/coins/sip10Tokens.js +25 -0
  37. package/dist/src/coins/solTokens.d.ts +2 -0
  38. package/dist/src/coins/solTokens.d.ts.map +1 -0
  39. package/dist/src/coins/solTokens.js +332 -0
  40. package/dist/src/coins.d.ts +10 -1
  41. package/dist/src/coins.d.ts.map +1 -1
  42. package/dist/src/coins.js +590 -1512
  43. package/dist/src/constants.d.ts +1 -0
  44. package/dist/src/constants.d.ts.map +1 -1
  45. package/dist/src/constants.js +3 -2
  46. package/dist/src/gatekeep.d.ts +2 -0
  47. package/dist/src/gatekeep.d.ts.map +1 -0
  48. package/dist/src/gatekeep.js +1804 -0
  49. package/dist/src/index.d.ts +4 -1
  50. package/dist/src/index.d.ts.map +1 -1
  51. package/dist/src/index.js +19 -3
  52. package/dist/src/lightning.d.ts +43 -0
  53. package/dist/src/lightning.d.ts.map +1 -0
  54. package/dist/src/lightning.js +60 -0
  55. package/dist/src/map.d.ts +4 -0
  56. package/dist/src/map.d.ts.map +1 -1
  57. package/dist/src/map.js +93 -19
  58. package/dist/src/networkFeatureMapForTokens.d.ts +3 -0
  59. package/dist/src/networkFeatureMapForTokens.d.ts.map +1 -0
  60. package/dist/src/networkFeatureMapForTokens.js +27 -0
  61. package/dist/src/networks.d.ts +641 -1
  62. package/dist/src/networks.d.ts.map +1 -1
  63. package/dist/src/networks.js +869 -44
  64. package/dist/src/ofc.d.ts +330 -0
  65. package/dist/src/ofc.d.ts.map +1 -1
  66. package/dist/src/ofc.js +688 -14
  67. package/dist/src/tokenConfig.d.ts +116 -14
  68. package/dist/src/tokenConfig.d.ts.map +1 -1
  69. package/dist/src/tokenConfig.js +267 -115
  70. package/dist/src/utxo.d.ts +3 -1
  71. package/dist/src/utxo.d.ts.map +1 -1
  72. package/dist/src/utxo.js +77 -3
  73. package/dist/tsconfig.tsbuildinfo +1 -1
  74. package/package.json +2 -2
package/dist/src/ofc.d.ts CHANGED
@@ -22,6 +22,7 @@ export interface OfcConstructorOptions {
22
22
  export declare class OfcCoin extends BaseCoin {
23
23
  static readonly DEFAULT_FEATURES: CoinFeature[];
24
24
  readonly addressCoin?: string;
25
+ readonly minimumDenomination: number;
25
26
  constructor(options: OfcConstructorOptions);
26
27
  protected requiredFeatures(): Set<CoinFeature>;
27
28
  protected disallowedFeatures(): Set<CoinFeature>;
@@ -96,6 +97,42 @@ export declare function ofcerc20(id: string, name: string, fullName: string, dec
96
97
  * @param primaryKeyCurve The elliptic curve for this chain/token
97
98
  */
98
99
  export declare function tofcerc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
100
+ /**
101
+ * Factory function for ofc solana token instances.
102
+ *
103
+ * @param id uuid v4
104
+ * @param name unique identifier of the coin
105
+ * @param fullName Complete human-readable name of the coin
106
+ * @param features
107
+ * @param prefix
108
+ * @param suffix
109
+ * @param network Network object for this coin
110
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
111
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
112
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
113
+ * @param isToken
114
+ * @param addressCoin
115
+ * @param primaryKeyCurve The elliptic curve for this chain/token
116
+ */
117
+ export declare function ofcsolToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], kind?: CoinKind, prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
118
+ /**
119
+ * Factory function for testnet ofc solana token instances.
120
+ *
121
+ * @param id uuid v4
122
+ * @param name unique identifier of the coin
123
+ * @param fullName Complete human-readable name of the coin
124
+ * @param features
125
+ * @param prefix
126
+ * @param suffix
127
+ * @param network Network object for this coin
128
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
129
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
130
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
131
+ * @param isToken
132
+ * @param addressCoin
133
+ * @param primaryKeyCurve The elliptic curve for this chain/token
134
+ */
135
+ export declare function tofcsolToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], kind?: CoinKind, prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
99
136
  /**
100
137
  * Factory function for ofc stellar token instances.
101
138
  *
@@ -198,4 +235,297 @@ export declare function ofcHederaToken(id: string, name: string, fullName: strin
198
235
  * @param primaryKeyCurve The elliptic curve for this chain/token
199
236
  */
200
237
  export declare function tofcHederaToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
238
+ /**
239
+ * Factory function for ofc arbethErc20 token instances.
240
+ *
241
+ * @param id uuid v4
242
+ * @param name unique identifier of the coin
243
+ * @param fullName Complete human-readable name of the coin
244
+ * @param network Network object for this coin
245
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
246
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
247
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
248
+ * @param prefix? Optional coin prefix. Defaults to empty string
249
+ * @param suffix? Optional coin suffix. Defaults to coin name.
250
+ * @param isToken? Whether or not this account coin is a token of another coin
251
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
252
+ * @param primaryKeyCurve The elliptic curve for this chain/token
253
+ */
254
+ export declare function ofcArbethErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
255
+ /**
256
+ * Factory function for testnet ofc arbethErc20 token instances.
257
+ *
258
+ * @param id uuid v4
259
+ * @param name unique identifier of the coin
260
+ * @param fullName Complete human-readable name of the coin
261
+ * @param network Network object for this coin
262
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
263
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
264
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
265
+ * @param prefix? Optional coin prefix. Defaults to empty string
266
+ * @param suffix? Optional coin suffix. Defaults to coin name.
267
+ * @param isToken? Whether or not this account coin is a token of another coin
268
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
269
+ * @param primaryKeyCurve The elliptic curve for this chain/token
270
+ */
271
+ export declare function tofcArbethErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
272
+ /**
273
+ * Factory function for ofc avaxErc20 token instances.
274
+ *
275
+ * @param id uuid v4
276
+ * @param name unique identifier of the coin
277
+ * @param fullName Complete human-readable name of the coin
278
+ * @param network Network object for this coin
279
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
280
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
281
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
282
+ * @param prefix? Optional coin prefix. Defaults to empty string
283
+ * @param suffix? Optional coin suffix. Defaults to coin name.
284
+ * @param isToken? Whether or not this account coin is a token of another coin
285
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
286
+ * @param primaryKeyCurve The elliptic curve for this chain/token
287
+ */
288
+ export declare function ofcAvaxErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
289
+ /**
290
+ * Factory function for testnet ofc avaxErc20 token instances.
291
+ *
292
+ * @param id uuid v4
293
+ * @param name unique identifier of the coin
294
+ * @param fullName Complete human-readable name of the coin
295
+ * @param network Network object for this coin
296
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
297
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
298
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
299
+ * @param prefix? Optional coin prefix. Defaults to empty string
300
+ * @param suffix? Optional coin suffix. Defaults to coin name.
301
+ * @param isToken? Whether or not this account coin is a token of another coin
302
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
303
+ * @param primaryKeyCurve The elliptic curve for this chain/token
304
+ */
305
+ export declare function tofcAvaxErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
306
+ /**
307
+ * Factory function for ofc polygonErc20 token instances.
308
+ *
309
+ * @param id uuid v4
310
+ * @param name unique identifier of the coin
311
+ * @param fullName Complete human-readable name of the coin
312
+ * @param network Network object for this coin
313
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
314
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
315
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
316
+ * @param prefix? Optional coin prefix. Defaults to empty string
317
+ * @param suffix? Optional coin suffix. Defaults to coin name.
318
+ * @param isToken? Whether or not this account coin is a token of another coin
319
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
320
+ * @param primaryKeyCurve The elliptic curve for this chain/token
321
+ */
322
+ export declare function ofcPolygonErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
323
+ /**
324
+ * Factory function for testnet ofc polygonErc20 token instances.
325
+ *
326
+ * @param id uuid v4
327
+ * @param name unique identifier of the coin
328
+ * @param fullName Complete human-readable name of the coin
329
+ * @param network Network object for this coin
330
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
331
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
332
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
333
+ * @param prefix? Optional coin prefix. Defaults to empty string
334
+ * @param suffix? Optional coin suffix. Defaults to coin name.
335
+ * @param isToken? Whether or not this account coin is a token of another coin
336
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
337
+ * @param primaryKeyCurve The elliptic curve for this chain/token
338
+ */
339
+ export declare function tofcPolygonErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
340
+ /**
341
+ * Factory function for ofc bsc token instances.
342
+ *
343
+ * @param id uuid v4
344
+ * @param name unique identifier of the coin
345
+ * @param fullName Complete human-readable name of the coin
346
+ * @param network Network object for this coin
347
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
348
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
349
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
350
+ * @param prefix? Optional coin prefix. Defaults to empty string
351
+ * @param suffix? Optional coin suffix. Defaults to coin name.
352
+ * @param isToken? Whether or not this account coin is a token of another coin
353
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
354
+ * @param primaryKeyCurve The elliptic curve for this chain/token
355
+ */
356
+ export declare function ofcBscToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
357
+ /**
358
+ * Factory function for testnet ofc bsc token instances.
359
+ *
360
+ * @param id uuid v4
361
+ * @param name unique identifier of the coin
362
+ * @param fullName Complete human-readable name of the coin
363
+ * @param network Network object for this coin
364
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
365
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
366
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
367
+ * @param prefix? Optional coin prefix. Defaults to empty string
368
+ * @param suffix? Optional coin suffix. Defaults to coin name.
369
+ * @param isToken? Whether or not this account coin is a token of another coin
370
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
371
+ * @param primaryKeyCurve The elliptic curve for this chain/token
372
+ */
373
+ export declare function tofcBscToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
374
+ /**
375
+ * Factory function for mainnet ofc xrp instances.
376
+ *
377
+ * @param id uuid v4
378
+ * @param name unique identifier of the coin
379
+ * @param fullName Complete human-readable name of the coin
380
+ * @param network Network object for this coin
381
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
382
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
383
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
384
+ * @param prefix? Optional coin prefix. Defaults to empty string
385
+ * @param suffix? Optional coin suffix. Defaults to coin name.
386
+ * @param isToken? Whether or not this account coin is a token of another coin
387
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
388
+ * @param primaryKeyCurve The elliptic curve for this chain/token
389
+ */
390
+ export declare function ofcXrpToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
391
+ /**
392
+ * Factory function for testnet ofc xrp token instances.
393
+ *
394
+ * @param id uuid v4
395
+ * @param name unique identifier of the coin
396
+ * @param fullName Complete human-readable name of the coin
397
+ * @param network Network object for this coin
398
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
399
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
400
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
401
+ * @param prefix? Optional coin prefix. Defaults to empty string
402
+ * @param suffix? Optional coin suffix. Defaults to coin name.
403
+ * @param isToken? Whether or not this account coin is a token of another coin
404
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
405
+ * @param primaryKeyCurve The elliptic curve for this chain/token
406
+ */
407
+ export declare function tofcXrpToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
408
+ /**
409
+ * Factory function for mainnet ofc stx instances.
410
+ *
411
+ * @param id uuid v4
412
+ * @param name unique identifier of the coin
413
+ * @param fullName Complete human-readable name of the coin
414
+ * @param network Network object for this coin
415
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
416
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
417
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
418
+ * @param prefix Optional coin prefix. Defaults to empty string
419
+ * @param suffix Optional coin suffix. Defaults to coin name.
420
+ * @param isToken Whether or not this account coin is a token of another coin
421
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
422
+ * @param primaryKeyCurve The elliptic curve for this chain/token
423
+ */
424
+ export declare function ofcStxToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
425
+ /**
426
+ * Factory function for testnet ofc stx instances.
427
+ *
428
+ * @param id uuid v4
429
+ * @param name unique identifier of the coin
430
+ * @param fullName Complete human-readable name of the coin
431
+ * @param network Network object for this coin
432
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
433
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
434
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
435
+ * @param prefix Optional coin prefix. Defaults to empty string
436
+ * @param suffix Optional coin suffix. Defaults to coin name.
437
+ * @param isToken Whether or not this account coin is a token of another coin
438
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
439
+ * @param primaryKeyCurve The elliptic curve for this chain/token
440
+ */
441
+ export declare function tofcStxToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
442
+ /**
443
+ * Factory function for ofc opetherc20 token instances.
444
+ *
445
+ * @param id uuid v4
446
+ * @param name unique identifier of the coin
447
+ * @param fullName Complete human-readable name of the coin
448
+ * @param network Network object for this coin
449
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
450
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
451
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
452
+ * @param prefix? Optional coin prefix. Defaults to empty string
453
+ * @param suffix? Optional coin suffix. Defaults to coin name.
454
+ * @param isToken? Whether or not this account coin is a token of another coin
455
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
456
+ * @param primaryKeyCurve The elliptic curve for this chain/token
457
+ */
458
+ export declare function ofcOpethErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
459
+ /**
460
+ * Factory function for ofc tron token instances.
461
+ *
462
+ * @param id uuid v4
463
+ * @param name unique identifier of the coin
464
+ * @param fullName Complete human-readable name of the coin
465
+ * @param network Network object for this coin
466
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
467
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
468
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
469
+ * @param prefix? Optional coin prefix. Defaults to empty string
470
+ * @param suffix? Optional coin suffix. Defaults to coin name.
471
+ * @param isToken? Whether or not this account coin is a token of another coin
472
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
473
+ * @param primaryKeyCurve The elliptic curve for this chain/token
474
+ */
475
+ export declare function ofcTronToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
476
+ /**
477
+ * Factory function for ofc tron token instances.
478
+ *
479
+ * @param id uuid v4
480
+ * @param name unique identifier of the coin
481
+ * @param fullName Complete human-readable name of the coin
482
+ * @param network Network object for this coin
483
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
484
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
485
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
486
+ * @param prefix? Optional coin prefix. Defaults to empty string
487
+ * @param suffix? Optional coin suffix. Defaults to coin name.
488
+ * @param isToken? Whether or not this account coin is a token of another coin
489
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
490
+ * @param primaryKeyCurve The elliptic curve for this chain/token
491
+ */
492
+ export declare function tofcTronToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
493
+ /**
494
+ * Factory function for ofc aptos token instances.
495
+ *
496
+ * @param id uuid v4
497
+ * @param name unique identifier of the coin
498
+ * @param fullName Complete human-readable name of the coin
499
+ * @param features
500
+ * @param prefix
501
+ * @param suffix
502
+ * @param network Network object for this coin
503
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
504
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
505
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
506
+ * @param isToken
507
+ * @param addressCoin
508
+ * @param primaryKeyCurve The elliptic curve for this chain/token
509
+ */
510
+ export declare function ofcaptToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], // TSS_ENTERPRISE_PAYS_FEE is a mandatory field for APTOS being a TSS & having Gas tank as fee payer
511
+ kind?: CoinKind, prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
512
+ /**
513
+ * Factory function for testnet ofc aptos token instances.
514
+ *
515
+ * @param id uuid v4
516
+ * @param name unique identifier of the coin
517
+ * @param fullName Complete human-readable name of the coin
518
+ * @param features
519
+ * @param prefix
520
+ * @param suffix
521
+ * @param network Network object for this coin
522
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
523
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
524
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
525
+ * @param isToken
526
+ * @param addressCoin
527
+ * @param primaryKeyCurve The elliptic curve for this chain/token
528
+ */
529
+ export declare function tofcaptToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], // TSS_ENTERPRISE_PAYS_FEE is a mandatory field for APTOS being a TSS & having Gas tank as fee payer
530
+ kind?: CoinKind, prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
201
531
  //# sourceMappingURL=ofc.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ofc.d.ts","sourceRoot":"","sources":["../../src/ofc.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ofc.d.ts","sourceRoot":"","sources":["../../src/ofc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC9F,OAAO,EAAE,WAAW,EAAY,UAAU,EAAE,MAAM,YAAY,CAAC;AAE/D,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,WAAW,CAAC;IACrB,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,QAAQ,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,QAAQ,CAAC;CAC3B;AAED;;GAEG;AACH,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,gBAAuB,gBAAgB,gBAOrC;IAGF,SAAgB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrC,SAAgB,mBAAmB,EAAE,MAAM,CAAC;gBAEhC,OAAO,EAAE,qBAAqB;IAO1C,SAAS,CAAC,gBAAgB,IAAI,GAAG,CAAC,WAAW,CAAC;IAI9C,SAAS,CAAC,kBAAkB,IAAI,GAAG,CAAC,WAAW,CAAC;CAQjD;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,GAAG,CACjB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO;AACd,yEAAyE;AACzE,eAAe,GAAE,QAA6B,qBAmB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,IAAI,CAClB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,eAAe,GAAE,QAA6B,qBAmB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CACtB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAQ,EACnB,eAAe,GAAE,QAA6B,qBAoB/C;AACD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,SAAS,CACvB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;;GAgBG;AAEH,wBAAgB,WAAW,CACzB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,QAAQ,GAAE,WAAW,EAAgE,EACrF,IAAI,GAAE,QAA0B,EAChC,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAQ,EACnB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;;GAgBG;AAEH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,QAAQ,GAAE,WAAW,EAAgE,EACrF,IAAI,GAAE,QAA0B,EAChC,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAC7B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAQ,EACnB,eAAe,GAAE,QAA6B,qBAoB/C;AACD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,gBAAgB,CAC9B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA2B,EACnC,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AACD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA2B,EACnC,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAU,EACrB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,cAAc,CAC5B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA2B,EACnC,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AACD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAC7B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA2B,EACnC,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAU,EACrB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,cAAc,CAC5B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAW,EACtB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAC7B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAY,EACvB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAU,EACrB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAW,EACtB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAC7B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAY,EACvB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,gBAAgB,CAC9B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAa,EACxB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CACzB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAQ,EACnB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CACzB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAQ,EACnB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CACzB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAQ,EACnB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAU,EACrB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAQ,EACnB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,IAAI,GAAE,QAA0B,EAChC,QAAQ,GAAE,WAAW,EAA6B,EAClD,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA6B,qBAoB/C;AAED;;;;;;;;;;;;;;;;GAgBG;AAEH,wBAAgB,WAAW,CACzB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,QAAQ,GAAE,WAAW,EAAwE,EAAE,oGAAoG;AACnM,IAAI,GAAE,QAA0B,EAChC,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAQ,EACnB,eAAe,GAAE,QAA2B,qBAoB7C;AAED;;;;;;;;;;;;;;;;GAgBG;AAEH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,eAAe,EACtB,QAAQ,GAAE,WAAW,EAAwE,EAAE,oGAAoG;AACnM,IAAI,GAAE,QAA0B,EAChC,MAAM,SAAK,EACX,MAAM,GAAE,MAA+C,EACvD,OAAO,GAAE,UAA8B,EACvC,OAAO,UAAO,EACd,WAAW,SAAS,EACpB,eAAe,GAAE,QAA2B,qBAoB7C"}