@bitgo-beta/statics 15.1.1-beta.110 → 15.1.1-beta.1101

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 (85) hide show
  1. package/CHANGELOG.md +3056 -0
  2. package/dist/src/account.d.ts +725 -31
  3. package/dist/src/account.d.ts.map +1 -1
  4. package/dist/src/account.js +1178 -119
  5. package/dist/src/ada.d.ts.map +1 -1
  6. package/dist/src/ada.js +7 -3
  7. package/dist/src/avaxp.d.ts.map +1 -1
  8. package/dist/src/avaxp.js +8 -3
  9. package/dist/src/base.d.ts +1660 -40
  10. package/dist/src/base.d.ts.map +1 -1
  11. package/dist/src/base.js +1723 -50
  12. package/dist/src/coinFeatures.d.ts +94 -0
  13. package/dist/src/coinFeatures.d.ts.map +1 -0
  14. package/dist/src/coinFeatures.js +600 -0
  15. package/dist/src/coins/avaxTokens.d.ts +2 -0
  16. package/dist/src/coins/avaxTokens.d.ts.map +1 -0
  17. package/dist/src/coins/avaxTokens.js +100 -0
  18. package/dist/src/coins/botOfcTokens.d.ts +2 -0
  19. package/dist/src/coins/botOfcTokens.d.ts.map +1 -0
  20. package/dist/src/coins/botOfcTokens.js +5 -0
  21. package/dist/src/coins/botTokens.d.ts +2 -0
  22. package/dist/src/coins/botTokens.d.ts.map +1 -0
  23. package/dist/src/coins/botTokens.js +5 -0
  24. package/dist/src/coins/bscTokens.d.ts +2 -0
  25. package/dist/src/coins/bscTokens.d.ts.map +1 -0
  26. package/dist/src/coins/bscTokens.js +160 -0
  27. package/dist/src/coins/cosmosTokens.d.ts +2 -0
  28. package/dist/src/coins/cosmosTokens.d.ts.map +1 -0
  29. package/dist/src/coins/cosmosTokens.js +12 -0
  30. package/dist/src/coins/erc20Coins.d.ts +2 -0
  31. package/dist/src/coins/erc20Coins.d.ts.map +1 -0
  32. package/dist/src/coins/erc20Coins.js +1516 -0
  33. package/dist/src/coins/nep141Tokens.d.ts +2 -0
  34. package/dist/src/coins/nep141Tokens.d.ts.map +1 -0
  35. package/dist/src/coins/nep141Tokens.js +14 -0
  36. package/dist/src/coins/ofcCoins.d.ts +2 -0
  37. package/dist/src/coins/ofcCoins.d.ts.map +1 -0
  38. package/dist/src/coins/ofcCoins.js +622 -0
  39. package/dist/src/coins/ofcErc20Coins.d.ts +3 -0
  40. package/dist/src/coins/ofcErc20Coins.d.ts.map +1 -0
  41. package/dist/src/coins/ofcErc20Coins.js +1416 -0
  42. package/dist/src/coins/polygonTokens.d.ts +2 -0
  43. package/dist/src/coins/polygonTokens.d.ts.map +1 -0
  44. package/dist/src/coins/polygonTokens.js +148 -0
  45. package/dist/src/coins/sip10Tokens.d.ts +2 -0
  46. package/dist/src/coins/sip10Tokens.d.ts.map +1 -0
  47. package/dist/src/coins/sip10Tokens.js +25 -0
  48. package/dist/src/coins/solTokens.d.ts +2 -0
  49. package/dist/src/coins/solTokens.d.ts.map +1 -0
  50. package/dist/src/coins/solTokens.js +365 -0
  51. package/dist/src/coins/vetTokens.d.ts +2 -0
  52. package/dist/src/coins/vetTokens.d.ts.map +1 -0
  53. package/dist/src/coins/vetTokens.js +11 -0
  54. package/dist/src/coins.d.ts +10 -1
  55. package/dist/src/coins.d.ts.map +1 -1
  56. package/dist/src/coins.js +904 -1546
  57. package/dist/src/constants.d.ts +1 -0
  58. package/dist/src/constants.d.ts.map +1 -1
  59. package/dist/src/constants.js +3 -2
  60. package/dist/src/index.d.ts +3 -1
  61. package/dist/src/index.d.ts.map +1 -1
  62. package/dist/src/index.js +23 -3
  63. package/dist/src/lightning.d.ts +43 -0
  64. package/dist/src/lightning.d.ts.map +1 -0
  65. package/dist/src/lightning.js +60 -0
  66. package/dist/src/map.d.ts +10 -0
  67. package/dist/src/map.d.ts.map +1 -1
  68. package/dist/src/map.js +117 -17
  69. package/dist/src/networkFeatureMapForTokens.d.ts +3 -0
  70. package/dist/src/networkFeatureMapForTokens.d.ts.map +1 -0
  71. package/dist/src/networkFeatureMapForTokens.js +31 -0
  72. package/dist/src/networks.d.ts +1002 -1
  73. package/dist/src/networks.d.ts.map +1 -1
  74. package/dist/src/networks.js +1296 -42
  75. package/dist/src/ofc.d.ts +489 -3
  76. package/dist/src/ofc.d.ts.map +1 -1
  77. package/dist/src/ofc.js +1013 -21
  78. package/dist/src/tokenConfig.d.ts +201 -14
  79. package/dist/src/tokenConfig.d.ts.map +1 -1
  80. package/dist/src/tokenConfig.js +764 -240
  81. package/dist/src/utxo.d.ts +3 -1
  82. package/dist/src/utxo.d.ts.map +1 -1
  83. package/dist/src/utxo.js +83 -3
  84. package/dist/tsconfig.tsbuildinfo +1 -1
  85. package/package.json +2 -2
package/dist/src/ofc.d.ts CHANGED
@@ -22,10 +22,30 @@ 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>;
28
29
  }
30
+ /**
31
+ * Function to convert AMS inputs into OFC coin instance.
32
+ *
33
+ * @param id uuid v4
34
+ * @param name unique identifier of the coin
35
+ * @param fullName complete human-readable name of the coin
36
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
37
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
38
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
39
+ * @param prefix Optional coin prefix. Defaults to empty string
40
+ * @param suffix Optional coin suffix. Defaults to coin name.
41
+ * @param network Network object for this coin
42
+ * @param primaryKeyCurve The elliptic curve for this chain/token
43
+ * @param baseUnit base unit of the token
44
+ * @param isToken Whether or not this account coin is a token of another coin
45
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
46
+ * @returns {Readonly<OfcCoin>} OFC coin instance
47
+ */
48
+ export declare function ofcToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, primaryKeyCurve?: KeyCurve, baseUnit?: BaseUnit, isToken?: boolean, kind?: CoinKind): Readonly<OfcCoin>;
29
49
  /**
30
50
  * Factory function for ofc coin instances.
31
51
  *
@@ -68,12 +88,11 @@ export declare function tofc(id: string, name: string, fullName: string, decimal
68
88
  * @param id uuid v4
69
89
  * @param name unique identifier of the coin
70
90
  * @param fullName Complete human-readable name of the coin
71
- * @param network Network object for this coin
72
91
  * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
73
92
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
74
- * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
75
- * @param prefix? Optional coin prefix. Defaults to empty string
93
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets * @param prefix? Optional coin prefix. Defaults to empty string
76
94
  * @param suffix? Optional coin suffix. Defaults to coin name.
95
+ * @param network Network object for this coin
77
96
  * @param isToken? Whether or not this account coin is a token of another coin
78
97
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
79
98
  * @param primaryKeyCurve The elliptic curve for this chain/token
@@ -96,6 +115,42 @@ export declare function ofcerc20(id: string, name: string, fullName: string, dec
96
115
  * @param primaryKeyCurve The elliptic curve for this chain/token
97
116
  */
98
117
  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>;
118
+ /**
119
+ * Factory function for 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 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>;
136
+ /**
137
+ * Factory function for testnet ofc solana token instances.
138
+ *
139
+ * @param id uuid v4
140
+ * @param name unique identifier of the coin
141
+ * @param fullName Complete human-readable name of the coin
142
+ * @param features
143
+ * @param prefix
144
+ * @param suffix
145
+ * @param network Network object for this coin
146
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
147
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
148
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
149
+ * @param isToken
150
+ * @param addressCoin
151
+ * @param primaryKeyCurve The elliptic curve for this chain/token
152
+ */
153
+ 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
154
  /**
100
155
  * Factory function for ofc stellar token instances.
101
156
  *
@@ -198,4 +253,435 @@ export declare function ofcHederaToken(id: string, name: string, fullName: strin
198
253
  * @param primaryKeyCurve The elliptic curve for this chain/token
199
254
  */
200
255
  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>;
256
+ /**
257
+ * Factory function for ofc arbethErc20 token instances.
258
+ *
259
+ * @param id uuid v4
260
+ * @param name unique identifier of the coin
261
+ * @param fullName Complete human-readable name of the coin
262
+ * @param network Network object for this coin
263
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
264
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
265
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
266
+ * @param prefix? Optional coin prefix. Defaults to empty string
267
+ * @param suffix? Optional coin suffix. Defaults to coin name.
268
+ * @param isToken? Whether or not this account coin is a token of another coin
269
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
270
+ * @param primaryKeyCurve The elliptic curve for this chain/token
271
+ */
272
+ 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>;
273
+ /**
274
+ * Factory function for testnet ofc arbethErc20 token instances.
275
+ *
276
+ * @param id uuid v4
277
+ * @param name unique identifier of the coin
278
+ * @param fullName Complete human-readable name of the coin
279
+ * @param network Network object for this coin
280
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
281
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
282
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
283
+ * @param prefix? Optional coin prefix. Defaults to empty string
284
+ * @param suffix? Optional coin suffix. Defaults to coin name.
285
+ * @param isToken? Whether or not this account coin is a token of another coin
286
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
287
+ * @param primaryKeyCurve The elliptic curve for this chain/token
288
+ */
289
+ 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>;
290
+ /**
291
+ * Factory function for ofc avaxErc20 token instances.
292
+ *
293
+ * @param id uuid v4
294
+ * @param name unique identifier of the coin
295
+ * @param fullName Complete human-readable name of the coin
296
+ * @param network Network object for this coin
297
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
298
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
299
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
300
+ * @param prefix? Optional coin prefix. Defaults to empty string
301
+ * @param suffix? Optional coin suffix. Defaults to coin name.
302
+ * @param isToken? Whether or not this account coin is a token of another coin
303
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
304
+ * @param primaryKeyCurve The elliptic curve for this chain/token
305
+ */
306
+ 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>;
307
+ /**
308
+ * Factory function for testnet ofc avaxErc20 token instances.
309
+ *
310
+ * @param id uuid v4
311
+ * @param name unique identifier of the coin
312
+ * @param fullName Complete human-readable name of the coin
313
+ * @param network Network object for this coin
314
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
315
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
316
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
317
+ * @param prefix? Optional coin prefix. Defaults to empty string
318
+ * @param suffix? Optional coin suffix. Defaults to coin name.
319
+ * @param isToken? Whether or not this account coin is a token of another coin
320
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
321
+ * @param primaryKeyCurve The elliptic curve for this chain/token
322
+ */
323
+ 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>;
324
+ /**
325
+ * Factory function for ofc polygonErc20 token instances.
326
+ *
327
+ * @param id uuid v4
328
+ * @param name unique identifier of the coin
329
+ * @param fullName Complete human-readable name of the coin
330
+ * @param network Network object for this coin
331
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
332
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
333
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
334
+ * @param prefix? Optional coin prefix. Defaults to empty string
335
+ * @param suffix? Optional coin suffix. Defaults to coin name.
336
+ * @param isToken? Whether or not this account coin is a token of another coin
337
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
338
+ * @param primaryKeyCurve The elliptic curve for this chain/token
339
+ */
340
+ 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>;
341
+ /**
342
+ * Factory function for testnet ofc polygonErc20 token instances.
343
+ *
344
+ * @param id uuid v4
345
+ * @param name unique identifier of the coin
346
+ * @param fullName Complete human-readable name of the coin
347
+ * @param network Network object for this coin
348
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
349
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
350
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
351
+ * @param prefix? Optional coin prefix. Defaults to empty string
352
+ * @param suffix? Optional coin suffix. Defaults to coin name.
353
+ * @param isToken? Whether or not this account coin is a token of another coin
354
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
355
+ * @param primaryKeyCurve The elliptic curve for this chain/token
356
+ */
357
+ 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>;
358
+ /**
359
+ * Factory function for ofc bsc token instances.
360
+ *
361
+ * @param id uuid v4
362
+ * @param name unique identifier of the coin
363
+ * @param fullName Complete human-readable name of the coin
364
+ * @param network Network object for this coin
365
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
366
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
367
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
368
+ * @param prefix? Optional coin prefix. Defaults to empty string
369
+ * @param suffix? Optional coin suffix. Defaults to coin name.
370
+ * @param isToken? Whether or not this account coin is a token of another coin
371
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
372
+ * @param primaryKeyCurve The elliptic curve for this chain/token
373
+ */
374
+ 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>;
375
+ /**
376
+ * Factory function for testnet ofc bsc token instances.
377
+ *
378
+ * @param id uuid v4
379
+ * @param name unique identifier of the coin
380
+ * @param fullName Complete human-readable name of the coin
381
+ * @param network Network object for this coin
382
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
383
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
384
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
385
+ * @param prefix? Optional coin prefix. Defaults to empty string
386
+ * @param suffix? Optional coin suffix. Defaults to coin name.
387
+ * @param isToken? Whether or not this account coin is a token of another coin
388
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
389
+ * @param primaryKeyCurve The elliptic curve for this chain/token
390
+ */
391
+ 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>;
392
+ /**
393
+ * Factory function for mainnet ofc xrp instances.
394
+ *
395
+ * @param id uuid v4
396
+ * @param name unique identifier of the coin
397
+ * @param fullName Complete human-readable name of the coin
398
+ * @param network Network object for this coin
399
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
400
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
401
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
402
+ * @param prefix? Optional coin prefix. Defaults to empty string
403
+ * @param suffix? Optional coin suffix. Defaults to coin name.
404
+ * @param isToken? Whether or not this account coin is a token of another coin
405
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
406
+ * @param primaryKeyCurve The elliptic curve for this chain/token
407
+ */
408
+ 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>;
409
+ /**
410
+ * Factory function for testnet ofc xrp token instances.
411
+ *
412
+ * @param id uuid v4
413
+ * @param name unique identifier of the coin
414
+ * @param fullName Complete human-readable name of the coin
415
+ * @param network Network object for this coin
416
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
417
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
418
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
419
+ * @param prefix? Optional coin prefix. Defaults to empty string
420
+ * @param suffix? Optional coin suffix. Defaults to coin name.
421
+ * @param isToken? Whether or not this account coin is a token of another coin
422
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
423
+ * @param primaryKeyCurve The elliptic curve for this chain/token
424
+ */
425
+ 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>;
426
+ /**
427
+ * Factory function for mainnet ofc stx instances.
428
+ *
429
+ * @param id uuid v4
430
+ * @param name unique identifier of the coin
431
+ * @param fullName Complete human-readable name of the coin
432
+ * @param network Network object for this coin
433
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
434
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
435
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
436
+ * @param prefix Optional coin prefix. Defaults to empty string
437
+ * @param suffix Optional coin suffix. Defaults to coin name.
438
+ * @param isToken Whether or not this account coin is a token of another coin
439
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
440
+ * @param primaryKeyCurve The elliptic curve for this chain/token
441
+ */
442
+ 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>;
443
+ /**
444
+ * Factory function for testnet ofc stx instances.
445
+ *
446
+ * @param id uuid v4
447
+ * @param name unique identifier of the coin
448
+ * @param fullName Complete human-readable name of the coin
449
+ * @param network Network object for this coin
450
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
451
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
452
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
453
+ * @param prefix Optional coin prefix. Defaults to empty string
454
+ * @param suffix Optional coin suffix. Defaults to coin name.
455
+ * @param isToken Whether or not this account coin is a token of another coin
456
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
457
+ * @param primaryKeyCurve The elliptic curve for this chain/token
458
+ */
459
+ 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>;
460
+ /**
461
+ * Factory function for ofc opetherc20 token instances.
462
+ *
463
+ * @param id uuid v4
464
+ * @param name unique identifier of the coin
465
+ * @param fullName Complete human-readable name of the coin
466
+ * @param network Network object for this coin
467
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
468
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
469
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
470
+ * @param prefix? Optional coin prefix. Defaults to empty string
471
+ * @param suffix? Optional coin suffix. Defaults to coin name.
472
+ * @param isToken? Whether or not this account coin is a token of another coin
473
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
474
+ * @param primaryKeyCurve The elliptic curve for this chain/token
475
+ */
476
+ 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>;
477
+ /**
478
+ * Factory function for ofc tron token instances.
479
+ *
480
+ * @param id uuid v4
481
+ * @param name unique identifier of the coin
482
+ * @param fullName Complete human-readable name of the coin
483
+ * @param network Network object for this coin
484
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
485
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
486
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
487
+ * @param prefix? Optional coin prefix. Defaults to empty string
488
+ * @param suffix? Optional coin suffix. Defaults to coin name.
489
+ * @param isToken? Whether or not this account coin is a token of another coin
490
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
491
+ * @param primaryKeyCurve The elliptic curve for this chain/token
492
+ */
493
+ 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>;
494
+ /**
495
+ * Factory function for ofc tron token instances.
496
+ *
497
+ * @param id uuid v4
498
+ * @param name unique identifier of the coin
499
+ * @param fullName Complete human-readable name of the coin
500
+ * @param network Network object for this coin
501
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
502
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
503
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
504
+ * @param prefix? Optional coin prefix. Defaults to empty string
505
+ * @param suffix? Optional coin suffix. Defaults to coin name.
506
+ * @param isToken? Whether or not this account coin is a token of another coin
507
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
508
+ * @param primaryKeyCurve The elliptic curve for this chain/token
509
+ */
510
+ 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>;
511
+ /**
512
+ * Factory function for ofc aptos token instances.
513
+ *
514
+ * @param id uuid v4
515
+ * @param name unique identifier of the coin
516
+ * @param fullName Complete human-readable name of the coin
517
+ * @param features
518
+ * @param prefix
519
+ * @param suffix
520
+ * @param network Network object for this coin
521
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
522
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
523
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
524
+ * @param isToken
525
+ * @param addressCoin
526
+ * @param primaryKeyCurve The elliptic curve for this chain/token
527
+ */
528
+ 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
529
+ kind?: CoinKind, prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
530
+ /**
531
+ * Factory function for testnet ofc aptos token instances.
532
+ *
533
+ * @param id uuid v4
534
+ * @param name unique identifier of the coin
535
+ * @param fullName Complete human-readable name of the coin
536
+ * @param features
537
+ * @param prefix
538
+ * @param suffix
539
+ * @param network Network object for this coin
540
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
541
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
542
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
543
+ * @param isToken
544
+ * @param addressCoin
545
+ * @param primaryKeyCurve The elliptic curve for this chain/token
546
+ */
547
+ 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
548
+ kind?: CoinKind, prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>;
549
+ /**
550
+ * Factory function for ofc nep141 token instances.
551
+ *
552
+ * @param id uuid v4
553
+ * @param name unique identifier of the coin
554
+ * @param fullName Complete human-readable name of the coin
555
+ * @param features
556
+ * @param prefix
557
+ * @param suffix
558
+ * @param network Network object for this coin
559
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
560
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
561
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
562
+ * @param isToken
563
+ * @param addressCoin
564
+ * @param primaryKeyCurve The elliptic curve for this chain/token
565
+ */
566
+ export declare function ofcnep141Token(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>;
567
+ /**
568
+ * Factory function for tofc nep141 token instances.
569
+ *
570
+ * @param id uuid v4
571
+ * @param name unique identifier of the coin
572
+ * @param fullName Complete human-readable name of the coin
573
+ * @param features
574
+ * @param prefix
575
+ * @param suffix
576
+ * @param network Network object for this coin
577
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
578
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
579
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
580
+ * @param isToken
581
+ * @param addressCoin
582
+ * @param primaryKeyCurve The elliptic curve for this chain/token
583
+ */
584
+ export declare function tofcnep141Token(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>;
585
+ /**
586
+ * Factory function for ofc WorldErc20 token instances.
587
+ *
588
+ * @param id uuid v4
589
+ * @param name unique identifier of the coin
590
+ * @param fullName Complete human-readable name of the coin
591
+ * @param network Network object for this coin
592
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
593
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
594
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
595
+ * @param prefix? Optional coin prefix. Defaults to empty string
596
+ * @param suffix? Optional coin suffix. Defaults to coin name.
597
+ * @param isToken? Whether or not this account coin is a token of another coin
598
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
599
+ * @param primaryKeyCurve The elliptic curve for this chain/token
600
+ */
601
+ export declare function ofcWorldErc20(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>;
602
+ /**
603
+ * Factory function for testnet ofc WorldErc20 token instances.
604
+ *
605
+ * @param id uuid v4
606
+ * @param name unique identifier of the coin
607
+ * @param fullName Complete human-readable name of the coin
608
+ * @param network Network object for this coin
609
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
610
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
611
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
612
+ * @param prefix? Optional coin prefix. Defaults to empty string
613
+ * @param suffix? Optional coin suffix. Defaults to coin name.
614
+ * @param isToken? Whether or not this account coin is a token of another coin
615
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
616
+ * @param primaryKeyCurve The elliptic curve for this chain/token
617
+ */
618
+ export declare function tofcWorldErc20(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>;
619
+ /**
620
+ * Factory function for ofc CoredaoErc20 token instances.
621
+ *
622
+ * @param id uuid v4
623
+ * @param name unique identifier of the coin
624
+ * @param fullName Complete human-readable name of the coin
625
+ * @param network Network object for this coin
626
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
627
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
628
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
629
+ * @param prefix? Optional coin prefix. Defaults to empty string
630
+ * @param suffix? Optional coin suffix. Defaults to coin name.
631
+ * @param isToken? Whether or not this account coin is a token of another coin
632
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
633
+ * @param primaryKeyCurve The elliptic curve for this chain/token
634
+ */
635
+ export declare function ofcCoredaoErc20(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>;
636
+ /**
637
+ * Factory function for testnet ofc CoredaoErc20 token instances.
638
+ *
639
+ * @param id uuid v4
640
+ * @param name unique identifier of the coin
641
+ * @param fullName Complete human-readable name of the coin
642
+ * @param network Network object for this coin
643
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
644
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
645
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
646
+ * @param prefix? Optional coin prefix. Defaults to empty string
647
+ * @param suffix? Optional coin suffix. Defaults to coin name.
648
+ * @param isToken? Whether or not this account coin is a token of another coin
649
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
650
+ * @param primaryKeyCurve The elliptic curve for this chain/token
651
+ */
652
+ export declare function tofcCoredaoErc20(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>;
653
+ /**
654
+ * Factory function for ofc vet token instances.
655
+ *
656
+ * @param id uuid v4
657
+ * @param name unique identifier of the coin
658
+ * @param fullName Complete human-readable name of the coin
659
+ * @param network Network object for this coin
660
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
661
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
662
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
663
+ * @param prefix? Optional coin prefix. Defaults to empty string
664
+ * @param suffix? Optional coin suffix. Defaults to coin name.
665
+ * @param isToken? Whether or not this account coin is a token of another coin
666
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
667
+ * @param primaryKeyCurve The elliptic curve for this chain/token
668
+ */
669
+ export declare function ofcVetToken(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>;
670
+ /**
671
+ * Factory function for testnet ofc vet token instances.
672
+ *
673
+ * @param id uuid v4
674
+ * @param name unique identifier of the coin
675
+ * @param fullName Complete human-readable name of the coin
676
+ * @param network Network object for this coin
677
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
678
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
679
+ * @param kind Differentiates coins which represent fiat assets from those which represent crypto assets
680
+ * @param prefix? Optional coin prefix. Defaults to empty string
681
+ * @param suffix? Optional coin suffix. Defaults to coin name.
682
+ * @param isToken? Whether or not this account coin is a token of another coin
683
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin`
684
+ * @param primaryKeyCurve The elliptic curve for this chain/token
685
+ */
686
+ export declare function tofcVetToken(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>;
201
687
  //# 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":"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"}