@bitgo-beta/statics 15.1.1-beta.75 → 15.1.1-beta.751

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 (68) hide show
  1. package/.mocharc.js +1 -1
  2. package/CHANGELOG.md +2638 -0
  3. package/dist/src/account.d.ts +357 -21
  4. package/dist/src/account.d.ts.map +1 -1
  5. package/dist/src/account.js +589 -76
  6. package/dist/src/ada.d.ts.map +1 -1
  7. package/dist/src/ada.js +7 -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 +1222 -35
  11. package/dist/src/base.d.ts.map +1 -1
  12. package/dist/src/base.js +1263 -46
  13. package/dist/src/coinFeatures.d.ts +77 -0
  14. package/dist/src/coinFeatures.d.ts.map +1 -0
  15. package/dist/src/coinFeatures.js +432 -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 +93 -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 +136 -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 +1342 -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 +244 -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 +1270 -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 +134 -0
  34. package/dist/src/coins/solTokens.d.ts +2 -0
  35. package/dist/src/coins/solTokens.d.ts.map +1 -0
  36. package/dist/src/coins/solTokens.js +326 -0
  37. package/dist/src/coins.d.ts +0 -1
  38. package/dist/src/coins.d.ts.map +1 -1
  39. package/dist/src/coins.js +338 -1505
  40. package/dist/src/constants.d.ts +1 -0
  41. package/dist/src/constants.d.ts.map +1 -1
  42. package/dist/src/constants.js +3 -2
  43. package/dist/src/gatekeep.d.ts +2 -0
  44. package/dist/src/gatekeep.d.ts.map +1 -0
  45. package/dist/src/gatekeep.js +1793 -0
  46. package/dist/src/index.d.ts +3 -1
  47. package/dist/src/index.d.ts.map +1 -1
  48. package/dist/src/index.js +16 -3
  49. package/dist/src/lightning.d.ts +43 -0
  50. package/dist/src/lightning.d.ts.map +1 -0
  51. package/dist/src/lightning.js +60 -0
  52. package/dist/src/map.d.ts +2 -0
  53. package/dist/src/map.d.ts.map +1 -1
  54. package/dist/src/map.js +46 -3
  55. package/dist/src/networks.d.ts +486 -1
  56. package/dist/src/networks.d.ts.map +1 -1
  57. package/dist/src/networks.js +653 -44
  58. package/dist/src/ofc.d.ts +279 -0
  59. package/dist/src/ofc.d.ts.map +1 -1
  60. package/dist/src/ofc.js +583 -14
  61. package/dist/src/tokenConfig.d.ts +78 -13
  62. package/dist/src/tokenConfig.d.ts.map +1 -1
  63. package/dist/src/tokenConfig.js +156 -7
  64. package/dist/src/utxo.d.ts +3 -1
  65. package/dist/src/utxo.d.ts.map +1 -1
  66. package/dist/src/utxo.js +77 -3
  67. package/dist/tsconfig.tsbuildinfo +1 -1
  68. package/package.json +2 -2
@@ -24,11 +24,16 @@ export interface AccountConstructorOptions {
24
24
  */
25
25
  export declare class AccountCoin extends BaseCoin {
26
26
  static readonly DEFAULT_FEATURES: CoinFeature[];
27
+ static readonly DEFAULT_FEATURES_EXCLUDE_SINGAPORE: (CoinFeature.EVM_WALLET | CoinFeature.METAMASK_INSTITUTIONAL | CoinFeature.VALUELESS_TRANSFER | CoinFeature.TRANSACTION_DATA | CoinFeature.REQUIRES_BIG_NUMBER | CoinFeature.REQUIRES_KRS_BACKUP_KEY | CoinFeature.PAYGO | CoinFeature.UNSPENT_MODEL | CoinFeature.LIGHTNING_MODEL | CoinFeature.ACCOUNT_MODEL | CoinFeature.CHILD_PAYS_FOR_PARENT | CoinFeature.SUPPORTS_TOKENS | CoinFeature.ENTERPRISE_PAYS_FEES | CoinFeature.REQUIRES_RESERVE | CoinFeature.CUSTODY | CoinFeature.TSS | CoinFeature.STAKING | CoinFeature.LIQUID_STAKING | CoinFeature.DEPRECATED | CoinFeature.GENERIC_TOKEN | CoinFeature.CUSTODY_BITGO_TRUST | CoinFeature.CUSTODY_BITGO_NEW_YORK | CoinFeature.CUSTODY_BITGO_GERMANY | CoinFeature.CUSTODY_BITGO_SWITZERLAND | CoinFeature.CUSTODY_BITGO_FRANKFURT | CoinFeature.CUSTODY_BITGO_SISTER_TRUST_ONE | CoinFeature.CUSTODY_BITGO_KOREA | CoinFeature.CUSTODY_BITGO_EUROPE_APS | CoinFeature.CUSTODY_BITGO_MENA_FZE | CoinFeature.CUSTODY_BITGO_CUSTODY_MENA_FZE | CoinFeature.EXPIRING_TRANSACTIONS | CoinFeature.MULTISIG_COLD | CoinFeature.TSS_COLD | CoinFeature.SHA256_WITH_ECDSA_TSS | CoinFeature.COSMOS_LIKE_COINS | CoinFeature.REBUILD_ON_CUSTODY_SIGNING | CoinFeature.INCREASED_TX_REQUEST_REBUILD_LIMIT | CoinFeature.BULK_TRANSACTION | CoinFeature.DISTRIBUTED_CUSTODY | CoinFeature.BULK_STAKING_TRANSACTION | CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA | CoinFeature.MPCV2 | CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS | CoinFeature.STUCK_TRANSACTION_MANAGEMENT_ONCHAIN | CoinFeature.ETH_ROLLUP_CHAIN | CoinFeature.EIP1559 | CoinFeature.TSS_ENTERPRISE_PAYS_FEES)[];
27
28
  readonly network: AccountNetwork;
28
29
  constructor(options: AccountConstructorOptions);
29
30
  protected requiredFeatures(): Set<CoinFeature>;
30
31
  protected disallowedFeatures(): Set<CoinFeature>;
31
32
  }
33
+ export interface GasTankAccountConstructorOptions extends AccountConstructorOptions {
34
+ gasTankLowBalanceAlertFactor: number;
35
+ gasTankMinBalanceRecommendationFactor: number;
36
+ }
32
37
  export interface Erc20ConstructorOptions extends AccountConstructorOptions {
33
38
  contractAddress: string;
34
39
  }
@@ -41,15 +46,15 @@ export interface HederaCoinConstructorOptions extends AccountConstructorOptions
41
46
  export interface HederaTokenConstructorOptions extends AccountConstructorOptions {
42
47
  nodeAccountId: string;
43
48
  tokenId: string;
44
- }
45
- export interface AlgoCoinConstructorOptions extends AccountConstructorOptions {
46
- tokenURL: string;
49
+ contractAddress: string;
47
50
  }
48
51
  export interface EosCoinConstructorOptions extends AccountConstructorOptions {
49
52
  contractName: string;
53
+ contractAddress: string;
50
54
  }
51
55
  export interface SolCoinConstructorOptions extends AccountConstructorOptions {
52
56
  tokenAddress: string;
57
+ contractAddress: string;
53
58
  }
54
59
  export interface AdaCoinConstructorOptions extends AccountConstructorOptions {
55
60
  policyId: string;
@@ -59,17 +64,36 @@ export interface XrpCoinConstructorOptions extends AccountConstructorOptions {
59
64
  issuerAddress: string;
60
65
  currencyCode: string;
61
66
  domain: string;
67
+ contractAddress: string;
68
+ }
69
+ export interface SuiCoinConstructorOptions extends AccountConstructorOptions {
70
+ packageId: string;
71
+ module: string;
72
+ symbol: string;
73
+ contractAddress: string;
62
74
  }
63
- declare type FiatCoinName = `fiat${string}` | `tfiat${string}`;
75
+ export interface AptCoinConstructorOptions extends AccountConstructorOptions {
76
+ assetId: string;
77
+ }
78
+ type FiatCoinName = `fiat${string}` | `tfiat${string}`;
64
79
  export interface FiatCoinConstructorOptions extends AccountConstructorOptions {
65
80
  name: FiatCoinName;
66
81
  }
82
+ export interface Sip10TokenConstructorOptions extends AccountConstructorOptions {
83
+ contractAddress: string;
84
+ contractName: string;
85
+ }
67
86
  export interface ContractAddress extends String {
68
87
  __contractaddress_phantom__: never;
69
88
  }
70
89
  export declare class AccountCoinToken extends AccountCoin {
71
90
  constructor(options: AccountConstructorOptions);
72
91
  }
92
+ export declare class GasTankAccountCoin extends AccountCoin {
93
+ gasTankLowBalanceAlertFactor: number;
94
+ gasTankMinBalanceRecommendationFactor: number;
95
+ constructor(options: GasTankAccountConstructorOptions);
96
+ }
73
97
  /**
74
98
  * Some blockchains support tokens which are defined by an address at which they have a smart contract deployed.
75
99
  * Examples are ERC20 tokens, and the equivalent on other chains.
@@ -155,6 +179,7 @@ export declare class HederaCoin extends AccountCoinToken {
155
179
  export declare class HederaToken extends AccountCoinToken {
156
180
  nodeAccountId: string;
157
181
  tokenId: string;
182
+ contractAddress: string;
158
183
  constructor(options: HederaTokenConstructorOptions);
159
184
  }
160
185
  /**
@@ -164,8 +189,7 @@ export declare class HederaToken extends AccountCoinToken {
164
189
  *
165
190
  */
166
191
  export declare class AlgoCoin extends AccountCoinToken {
167
- tokenURL: string;
168
- constructor(options: AlgoCoinConstructorOptions);
192
+ constructor(options: AccountConstructorOptions);
169
193
  }
170
194
  /**
171
195
  * The Eos network supports tokens
@@ -175,6 +199,7 @@ export declare class AlgoCoin extends AccountCoinToken {
175
199
  */
176
200
  export declare class EosCoin extends AccountCoinToken {
177
201
  contractName: string;
202
+ contractAddress: string;
178
203
  constructor(options: EosCoinConstructorOptions);
179
204
  }
180
205
  /**
@@ -185,6 +210,7 @@ export declare class EosCoin extends AccountCoinToken {
185
210
  */
186
211
  export declare class SolCoin extends AccountCoinToken {
187
212
  tokenAddress: string;
213
+ contractAddress: string;
188
214
  constructor(options: SolCoinConstructorOptions);
189
215
  }
190
216
  /**
@@ -211,6 +237,34 @@ export declare class AvaxERC20Token extends ContractAddressDefinedToken {
211
237
  export declare class PolygonERC20Token extends ContractAddressDefinedToken {
212
238
  constructor(options: Erc20ConstructorOptions);
213
239
  }
240
+ /**
241
+ * The Arbitrum Chain network support tokens
242
+ * Arbitrum Chain Tokens are ERC20 tokens
243
+ */
244
+ export declare class ArbethERC20Token extends ContractAddressDefinedToken {
245
+ constructor(options: Erc20ConstructorOptions);
246
+ }
247
+ /**
248
+ * The Optimism Chain network support tokens
249
+ * Optimism Chain Tokens are ERC20 tokens
250
+ */
251
+ export declare class OpethERC20Token extends ContractAddressDefinedToken {
252
+ constructor(options: Erc20ConstructorOptions);
253
+ }
254
+ /**
255
+ * The zkSync network support tokens
256
+ * zkSync Tokens are ERC20 tokens
257
+ */
258
+ export declare class ZkethERC20Token extends ContractAddressDefinedToken {
259
+ constructor(options: Erc20ConstructorOptions);
260
+ }
261
+ /**
262
+ * The Bera Chain network support tokens
263
+ * Bera Chain Tokens are ERC20 tokens
264
+ */
265
+ export declare class BeraERC20Token extends ContractAddressDefinedToken {
266
+ constructor(options: Erc20ConstructorOptions);
267
+ }
214
268
  /**
215
269
  * The Xrp network supports tokens
216
270
  * Xrp tokens are identified by their issuer address
@@ -221,8 +275,26 @@ export declare class XrpCoin extends AccountCoinToken {
221
275
  issuerAddress: string;
222
276
  currencyCode: string;
223
277
  domain: string;
278
+ contractAddress: string;
224
279
  constructor(options: XrpCoinConstructorOptions);
225
280
  }
281
+ export declare class SuiCoin extends AccountCoinToken {
282
+ packageId: string;
283
+ module: string;
284
+ symbol: string;
285
+ contractAddress: string;
286
+ constructor(options: SuiCoinConstructorOptions);
287
+ }
288
+ /**
289
+ * The Apt network supports tokens
290
+ * Apt tokens work similar to native Apt coin, but the token name is determined by
291
+ * the tokenAddress on the chain.
292
+ *
293
+ */
294
+ export declare class AptCoin extends AccountCoinToken {
295
+ assetId: string;
296
+ constructor(options: AptCoinConstructorOptions);
297
+ }
226
298
  /**
227
299
  * Fiat currencies, such as USD, EUR, or YEN.
228
300
  */
@@ -233,6 +305,16 @@ export declare class FiatCoin extends BaseCoin {
233
305
  protected requiredFeatures(): Set<CoinFeature>;
234
306
  protected disallowedFeatures(): Set<CoinFeature>;
235
307
  }
308
+ /**
309
+ * The Stacks network supports tokens
310
+ * Stx tokens work similar to native Stx coin, but the token name is determined by
311
+ * the contractName on the chain.
312
+ */
313
+ export declare class Sip10Token extends AccountCoinToken {
314
+ contractAddress: string;
315
+ contractName: string;
316
+ constructor(options: Sip10TokenConstructorOptions);
317
+ }
236
318
  /**
237
319
  * Factory function for account coin instances.
238
320
  *
@@ -249,6 +331,25 @@ export declare class FiatCoin extends BaseCoin {
249
331
  * @param isToken? Whether or not this account coin is a token of another coin
250
332
  */
251
333
  export declare function account(id: string, name: string, fullName: string, network: AccountNetwork, decimalPlaces: number, asset: UnderlyingAsset, baseUnit: BaseUnit, features?: CoinFeature[], primaryKeyCurve?: KeyCurve, prefix?: string, suffix?: string, isToken?: boolean): Readonly<AccountCoin>;
334
+ /**
335
+ * Factory function for gas tank account coin instances.
336
+ *
337
+ * @param id uuid v4
338
+ * @param name unique identifier of the coin
339
+ * @param fullName Complete human-readable name of the coin
340
+ * @param network Network object for this coin
341
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
342
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
343
+ * @param baseUnit
344
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
345
+ * @param primaryKeyCurve The elliptic curve for this chain/token
346
+ * @param gasTankLowBalanceAlertFactor Low gas tank balance alert threshold = (feeEstimate x gasTankLowBalanceAlertFactor)
347
+ * @param gasTankMinBalanceRecommendationFactor Min gas tank balance recommendation = (feeEstimate x gasTankMinBalanceRecommendationFactor)
348
+ * @param prefix Optional coin prefix. Defaults to empty string
349
+ * @param suffix Optional coin suffix. Defaults to coin name.
350
+ * @param isToken Whether or not this account coin is a token of another coin
351
+ */
352
+ export declare function gasTankAccount(id: string, name: string, fullName: string, network: AccountNetwork, decimalPlaces: number, asset: UnderlyingAsset, baseUnit: BaseUnit, features?: CoinFeature[], primaryKeyCurve?: KeyCurve, gasTankLowBalanceAlertFactor?: number, gasTankMinBalanceRecommendationFactor?: number, prefix?: string, suffix?: string, isToken?: boolean): Readonly<GasTankAccountCoin>;
252
353
  /**
253
354
  * Factory function for erc20 token instances.
254
355
  *
@@ -305,7 +406,7 @@ export declare function erc721(id: string, name: string, fullName: string, contr
305
406
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
306
407
  * @param prefix? Optional token prefix. Defaults to empty string
307
408
  * @param suffix? Optional token suffix. Defaults to token name.
308
- * @param network? Optional token network. Defaults to Goerli test network.
409
+ * @param network? Optional token network. Defaults to Holesky test network.
309
410
  * @param primaryKeyCurve The elliptic curve for this chain/token
310
411
  */
311
412
  export declare function terc721(id: string, name: string, fullName: string, contractAddress: string, features?: CoinFeature[], prefix?: string, suffix?: string, network?: EthereumNetwork, primaryKeyCurve?: KeyCurve): Readonly<Erc721Coin>;
@@ -349,7 +450,7 @@ export declare function erc1155(id: string, name: string, fullName: string, cont
349
450
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
350
451
  * @param prefix? Optional token prefix. Defaults to empty string
351
452
  * @param suffix? Optional token suffix. Defaults to token name.
352
- * @param network? Optional token network. Defaults to Goerli test network.
453
+ * @param network? Optional token network. Defaults to Holesky test network.
353
454
  * @param primaryKeyCurve The elliptic curve for this chain/token
354
455
  */
355
456
  export declare function terc1155(id: string, name: string, fullName: string, contractAddress: string, features?: CoinFeature[], prefix?: string, suffix?: string, network?: EthereumNetwork, primaryKeyCurve?: KeyCurve): Readonly<Erc1155Coin>;
@@ -511,7 +612,7 @@ export declare function ttronToken(id: string, name: string, fullName: string, d
511
612
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
512
613
  * @param primaryKeyCurve The elliptic curve for this chain/token
513
614
  */
514
- export declare function hederaCoin(id: string, name: string, fullName: string, network: AccountNetwork, decimalPlaces: number, asset: UnderlyingAsset, nodeAccountId?: string, features?: CoinFeature[], prefix?: string, suffix?: string, primaryKeyCurve?: KeyCurve): Readonly<HederaCoin>;
615
+ export declare function hederaCoin(id: string, name: string, fullName: string, network: AccountNetwork, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, primaryKeyCurve?: KeyCurve): Readonly<HederaCoin>;
515
616
  /**
516
617
  * Factory function for Hedera token instances
517
618
  *
@@ -522,13 +623,14 @@ export declare function hederaCoin(id: string, name: string, fullName: string, n
522
623
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
523
624
  * @param nodeAccountId node account Id from which the transaction will be sent
524
625
  * @param tokenId The unique identifier of this token
626
+ * @param contractAddress Contract address of this token, same as tokenId
525
627
  * @param prefix? Optional token prefix. Defaults to empty string
526
628
  * @param suffix? Optional token suffix. Defaults to token name.
527
629
  * @param network? Optional token network. Defaults to Hedera mainnet.
528
630
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
529
631
  * @param primaryKeyCurve The elliptic curve for this chain/token
530
632
  */
531
- export declare function hederaToken(id: string, name: string, fullName: string, network: AccountNetwork, decimalPlaces: number, asset: UnderlyingAsset, nodeAccountId: string | undefined, tokenId: string, features?: CoinFeature[], prefix?: string, suffix?: string, primaryKeyCurve?: KeyCurve): Readonly<HederaToken>;
633
+ export declare function hederaToken(id: string, name: string, fullName: string, network: AccountNetwork, decimalPlaces: number, asset: UnderlyingAsset, tokenId: string, contractAddress: string, features?: CoinFeature[], prefix?: string, suffix?: string, primaryKeyCurve?: KeyCurve): Readonly<HederaToken>;
532
634
  /**
533
635
  * Factory function for ALGO token instances.
534
636
  *
@@ -539,7 +641,6 @@ export declare function hederaToken(id: string, name: string, fullName: string,
539
641
  * @param fullName Complete human-readable name of the token
540
642
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
541
643
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
542
- * @param tokenURL Optional asset Url for more informationa about the asset
543
644
  * See https://developer.algorand.org/docs/reference/transactions/#url
544
645
  * @param prefix? Optional token prefix. Defaults to empty string
545
646
  * @param suffix? Optional token suffix. Defaults to token name.
@@ -547,7 +648,7 @@ export declare function hederaToken(id: string, name: string, fullName: string,
547
648
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
548
649
  * @param primaryKeyCurve The elliptic curve for this chain/token
549
650
  */
550
- export declare function algoToken(id: string, name: string, alias: string | undefined, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, tokenURL?: string, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AlgoCoin>;
651
+ export declare function algoToken(id: string, name: string, alias: string | undefined, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AlgoCoin>;
551
652
  /**
552
653
  * Factory function for testnet ALGO token instances.
553
654
  *
@@ -557,14 +658,13 @@ export declare function algoToken(id: string, name: string, alias: string | unde
557
658
  * @param fullName Complete human-readable name of the token
558
659
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
559
660
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
560
- * @param tokenURL Optional asset Url for more informationa about the asset
561
661
  * See https://developer.algorand.org/docs/reference/transactions/#url
562
662
  * @param prefix? Optional token prefix. Defaults to empty string
563
663
  * @param suffix? Optional token suffix. Defaults to token name.
564
664
  * @param network? Optional token network. Defaults to Algo testnet.
565
665
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
566
666
  */
567
- export declare function talgoToken(id: string, name: string, alias: string | undefined, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, tokenURL?: string, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<AlgoCoin>;
667
+ export declare function talgoToken(id: string, name: string, alias: string | undefined, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<AlgoCoin>;
568
668
  /**
569
669
  * Factory function for eos token instances.
570
670
  *
@@ -573,6 +673,7 @@ export declare function talgoToken(id: string, name: string, alias: string | und
573
673
  * @param fullName Complete human-readable name of the token
574
674
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
575
675
  * @param contractName Contract address of this token
676
+ * @param contractAddress Contract address of this token
576
677
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
577
678
  * @param prefix? Optional token prefix. Defaults to empty string
578
679
  * @param suffix? Optional token suffix. Defaults to token name.
@@ -580,7 +681,7 @@ export declare function talgoToken(id: string, name: string, alias: string | und
580
681
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
581
682
  * @param primaryKeyCurve The elliptic curve for this chain/token
582
683
  */
583
- export declare function eosToken(id: string, name: string, fullName: string, decimalPlaces: number, contractName: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<EosCoin>;
684
+ export declare function eosToken(id: string, name: string, fullName: string, decimalPlaces: number, contractName: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<EosCoin>;
584
685
  /**
585
686
  * Factory function for testnet eos token instances.
586
687
  *
@@ -588,6 +689,7 @@ export declare function eosToken(id: string, name: string, fullName: string, dec
588
689
  * @param name unique identifier of the token
589
690
  * @param fullName Complete human-readable name of the token
590
691
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
692
+ * @param contractName Contract address of this token
591
693
  * @param contractAddress Contract address of this token
592
694
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
593
695
  * @param prefix? Optional token prefix. Defaults to empty string
@@ -595,7 +697,7 @@ export declare function eosToken(id: string, name: string, fullName: string, dec
595
697
  * @param network? Optional token network. Defaults to the testnet EOS network.
596
698
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
597
699
  */
598
- export declare function teosToken(id: string, name: string, fullName: string, decimalPlaces: number, contractName: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<EosCoin>;
700
+ export declare function teosToken(id: string, name: string, fullName: string, decimalPlaces: number, contractName: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<EosCoin>;
599
701
  /**
600
702
  * Factory function for sol token instances.
601
703
  *
@@ -604,6 +706,7 @@ export declare function teosToken(id: string, name: string, fullName: string, de
604
706
  * @param fullName Complete human-readable name of the token
605
707
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
606
708
  * @param tokenAddress Token address of this token
709
+ * @param contractAddress Contract address of this token
607
710
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
608
711
  * @param prefix? Optional token prefix. Defaults to empty string
609
712
  * @param suffix? Optional token suffix. Defaults to token name.
@@ -611,7 +714,7 @@ export declare function teosToken(id: string, name: string, fullName: string, de
611
714
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
612
715
  * @param primaryKeyCurve The elliptic curve for this chain/token
613
716
  */
614
- export declare function solToken(id: string, name: string, fullName: string, decimalPlaces: number, tokenAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<SolCoin>;
717
+ export declare function solToken(id: string, name: string, fullName: string, decimalPlaces: number, tokenAddress: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<SolCoin>;
615
718
  /**
616
719
  * Factory function for testnet solana token instances.
617
720
  *
@@ -626,7 +729,7 @@ export declare function solToken(id: string, name: string, fullName: string, dec
626
729
  * @param network? Optional token network. Defaults to the testnet Solana network.
627
730
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
628
731
  */
629
- export declare function tsolToken(id: string, name: string, fullName: string, decimalPlaces: number, tokenAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<SolCoin>;
732
+ export declare function tsolToken(id: string, name: string, fullName: string, decimalPlaces: number, tokenAddress: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<SolCoin>;
630
733
  /**
631
734
  * Factory function for ada token instances.
632
735
  *
@@ -707,7 +810,7 @@ export declare function tavaxErc20(id: string, name: string, fullName: string, d
707
810
  */
708
811
  export declare function polygonErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<PolygonERC20Token>;
709
812
  /**
710
- * Factory function for Mumbai testnet polygonErc20 token instances.
813
+ * Factory function for Amoy testnet polygonErc20 token instances.
711
814
  *
712
815
  * @param id uuid v4
713
816
  * @param name unique identifier of the token
@@ -722,6 +825,134 @@ export declare function polygonErc20(id: string, name: string, fullName: string,
722
825
  * @param primaryKeyCurve The elliptic curve for this chain/token
723
826
  */
724
827
  export declare function tpolygonErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<PolygonERC20Token>;
828
+ /**
829
+ * Factory function for arbethErc20 token instances.
830
+ *
831
+ * @param id uuid v4
832
+ * @param name unique identifier of the token
833
+ * @param fullName Complete human-readable name of the token
834
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
835
+ * @param contractAddress Contract address of this token
836
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
837
+ * @param prefix? Optional token prefix. Defaults to empty string
838
+ * @param suffix? Optional token suffix. Defaults to token name.
839
+ * @param network? Optional token network. Defaults to Arbitrum main network.
840
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
841
+ * @param primaryKeyCurve The elliptic curve for this chain/token
842
+ */
843
+ export declare function arbethErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<ArbethERC20Token>;
844
+ /**
845
+ * Factory function for Arbitrum Sepolia testnet arbethErc20 token instances.
846
+ *
847
+ * @param id uuid v4
848
+ * @param name unique identifier of the token
849
+ * @param fullName Complete human-readable name of the token
850
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
851
+ * @param contractAddress Contract address of this token
852
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
853
+ * @param prefix? Optional token prefix. Defaults to empty string
854
+ * @param suffix? Optional token suffix. Defaults to token name.
855
+ * @param network? Optional token network. Defaults to the Arbitrum test network.
856
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
857
+ * @param primaryKeyCurve The elliptic curve for this chain/token
858
+ */
859
+ export declare function tarbethErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<ArbethERC20Token>;
860
+ /**
861
+ * Factory function for opethErc20 token instances.
862
+ *
863
+ * @param id uuid v4
864
+ * @param name unique identifier of the token
865
+ * @param fullName Complete human-readable name of the token
866
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
867
+ * @param contractAddress Contract address of this token
868
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
869
+ * @param prefix? Optional token prefix. Defaults to empty string
870
+ * @param suffix? Optional token suffix. Defaults to token name.
871
+ * @param network? Optional token network. Defaults to Optimism main network.
872
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
873
+ * @param primaryKeyCurve The elliptic curve for this chain/token
874
+ */
875
+ export declare function opethErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<OpethERC20Token>;
876
+ /**
877
+ * Factory function for Optimism Sepolia testnet opethErc20 token instances.
878
+ *
879
+ * @param id uuid v4
880
+ * @param name unique identifier of the token
881
+ * @param fullName Complete human-readable name of the token
882
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
883
+ * @param contractAddress Contract address of this token
884
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
885
+ * @param prefix? Optional token prefix. Defaults to empty string
886
+ * @param suffix? Optional token suffix. Defaults to token name.
887
+ * @param network? Optional token network. Defaults to the Optimism test network.
888
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
889
+ * @param primaryKeyCurve The elliptic curve for this chain/token
890
+ */
891
+ export declare function topethErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<OpethERC20Token>;
892
+ /**
893
+ * Factory function for zkethErc20 token instances.
894
+ *
895
+ * @param id uuid v4
896
+ * @param name unique identifier of the token
897
+ * @param fullName Complete human-readable name of the token
898
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
899
+ * @param contractAddress Contract address of this token
900
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
901
+ * @param prefix? Optional token prefix. Defaults to empty string
902
+ * @param suffix? Optional token suffix. Defaults to token name.
903
+ * @param network? Optional token network. Defaults to zkSync mainnet network.
904
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
905
+ * @param primaryKeyCurve The elliptic curve for this chain/token
906
+ */
907
+ export declare function zkethErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<ZkethERC20Token>;
908
+ /**
909
+ * Factory function for zkSync Sepolia testnet zkethErc20 token instances.
910
+ *
911
+ * @param id uuid v4
912
+ * @param name unique identifier of the token
913
+ * @param fullName Complete human-readable name of the token
914
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
915
+ * @param contractAddress Contract address of this token
916
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
917
+ * @param prefix? Optional token prefix. Defaults to empty string
918
+ * @param suffix? Optional token suffix. Defaults to token name.
919
+ * @param network? Optional token network. Defaults to the zkSync sepolia test network.
920
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
921
+ * @param primaryKeyCurve The elliptic curve for this chain/token
922
+ */
923
+ export declare function tzkethErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<ZkethERC20Token>;
924
+ /**
925
+ * Factory function for beraErc20 token instances.
926
+ *
927
+ * @param id uuid v4
928
+ * @param name unique identifier of the token
929
+ * @param fullName Complete human-readable name of the token
930
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
931
+ * @param contractAddress Contract address of this token
932
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
933
+ * @param prefix? Optional token prefix. Defaults to empty string
934
+ * @param suffix? Optional token suffix. Defaults to token name.
935
+ * @param network? Optional token network. Defaults to bera mainnet network.
936
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
937
+ * @param primaryKeyCurve The elliptic curve for this chain/token
938
+ */
939
+ export declare function beraErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<BeraERC20Token>;
940
+ /**
941
+ * Factory function for zkSync Sepolia testnet beraErc20 token instances.
942
+ *
943
+ * @param id uuid v4
944
+ * @param name unique identifier of the token
945
+ * @param fullName Complete human-readable name of the token
946
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
947
+ * @param contractAddress Contract address of this token
948
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
949
+ * @param prefix? Optional token prefix. Defaults to empty string
950
+ * @param suffix? Optional token suffix. Defaults to token name.
951
+ * @param network? Optional token network. Defaults to the bera test network.
952
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
953
+ * @param primaryKeyCurve The elliptic curve for this chain/token
954
+ */
955
+ export declare function tberaErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<BeraERC20Token>;
725
956
  /**
726
957
  * Factory function for xrp token instances.
727
958
  *
@@ -731,6 +962,7 @@ export declare function tpolygonErc20(id: string, name: string, fullName: string
731
962
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
732
963
  * @param issuerAddress: The address of the issuer of the token,
733
964
  * @param currencyCode The token symbol. Example: USD, BTC, ETH, etc.
965
+ * @param contractAddress Contract address of this token formed with `issuerAddress::currencyCode`
734
966
  * @param domain? the domain of the issuer of the token,
735
967
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
736
968
  * @param prefix? Optional token prefix. Defaults to empty string
@@ -739,7 +971,7 @@ export declare function tpolygonErc20(id: string, name: string, fullName: string
739
971
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
740
972
  * @param primaryKeyCurve The elliptic curve for this chain/token
741
973
  */
742
- export declare function xrpToken(id: string, name: string, fullName: string, decimalPlaces: number, issuerAddress: string, currencyCode: string, domain: string | undefined, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<XrpCoin>;
974
+ export declare function xrpToken(id: string, name: string, fullName: string, decimalPlaces: number, issuerAddress: string, currencyCode: string, contractAddress: string, domain: string | undefined, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<XrpCoin>;
743
975
  /**
744
976
  * Factory function for testnet cardano token instances.
745
977
  *
@@ -749,6 +981,7 @@ export declare function xrpToken(id: string, name: string, fullName: string, dec
749
981
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
750
982
  * @param issuerAddress: The address of the issuer of the token,
751
983
  * @param currencyCode The token symbol. Example: USD, BTC, ETH, etc.
984
+ * @param contractAddress Contract address of this token formed with `issuerAddress::currencyCode`
752
985
  * @param domain? the domain of the issuer of the token,
753
986
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
754
987
  * @param prefix? Optional token prefix. Defaults to empty string
@@ -756,7 +989,77 @@ export declare function xrpToken(id: string, name: string, fullName: string, dec
756
989
  * @param network? Optional token network. Defaults to the testnet Cardano network.
757
990
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
758
991
  */
759
- export declare function txrpToken(id: string, name: string, fullName: string, decimalPlaces: number, issuerAddress: string, currencyCode: string, domain: string | undefined, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<XrpCoin>;
992
+ export declare function txrpToken(id: string, name: string, fullName: string, decimalPlaces: number, issuerAddress: string, currencyCode: string, contractAddress: string, domain: string | undefined, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<XrpCoin>;
993
+ /**
994
+ * Factory function for sui token instances.
995
+ *
996
+ * @param id uuid v4
997
+ * @param name unique identifier of the token
998
+ * @param fullName Complete human-readable name of the token
999
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1000
+ * @param packageId PackageId of this token
1001
+ * @param module The module of the package with id `packageId`
1002
+ * @param symbol Identifies the coin defined in the module `module` of the package with id `packageId`
1003
+ * @param contractAddress Contract address of this token formed with `packageId::module::symbol`
1004
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1005
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
1006
+ * @param prefix? Optional token prefix. Defaults to empty string
1007
+ * @param suffix? Optional token suffix. Defaults to token name.
1008
+ * @param network? Optional token network. Defaults to SUI main network.
1009
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1010
+ */
1011
+ export declare function suiToken(id: string, name: string, fullName: string, decimalPlaces: number, packageId: string, module: string, symbol: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<SuiCoin>;
1012
+ /**
1013
+ * Factory function for testnet sui token instances.
1014
+ *
1015
+ * @param id uuid v4
1016
+ * @param name unique identifier of the token
1017
+ * @param fullName Complete human-readable name of the token
1018
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1019
+ * @param packageId PackageId of this token
1020
+ * @param module The module of the package with id `packageId`
1021
+ * @param symbol Identifies the coin defined in the module `module` of the package with id `packageId`
1022
+ * @param contractAddress Contract address of this token formed with `packageId::module::symbol`
1023
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1024
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
1025
+ * @param prefix? Optional token prefix. Defaults to empty string
1026
+ * @param suffix? Optional token suffix. Defaults to token name.
1027
+ * @param network? Optional token network. Defaults to SUI test network.
1028
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1029
+ */
1030
+ export declare function tsuiToken(id: string, name: string, fullName: string, decimalPlaces: number, packageId: string, module: string, symbol: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<SuiCoin>;
1031
+ /**
1032
+ * Factory function for apt token instances.
1033
+ *
1034
+ * @param id uuid v4
1035
+ * @param name unique identifier of the token
1036
+ * @param fullName Complete human-readable name of the token
1037
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1038
+ * @param assetId Asset Id of this token i.e. the unique identifier of the token for all tokens - fungible, non-fungible and legacy
1039
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1040
+ * @param prefix Optional token prefix. Defaults to empty string
1041
+ * @param suffix Optional token suffix. Defaults to token name.
1042
+ * @param network Optional token network. Defaults to APT main network.
1043
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
1044
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1045
+ */
1046
+ export declare function aptToken(id: string, name: string, fullName: string, decimalPlaces: number, assetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AptCoin>;
1047
+ /**
1048
+ * Factory function for testnet apt token instances.
1049
+ *
1050
+ * @param id uuid v4
1051
+ * @param name unique identifier of the token
1052
+ * @param fullName Complete human-readable name of the token
1053
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1054
+ * @param assetId Asset Id of this token i.e. the unique identifier of the token for all tokens - fungible, non-fungible and legacy
1055
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1056
+ * @param prefix Optional token prefix. Defaults to empty string
1057
+ * @param suffix Optional token suffix. Defaults to token name.
1058
+ * @param network Optional token network. Defaults to the testnet APT network.
1059
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
1060
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1061
+ */
1062
+ export declare function taptToken(id: string, name: string, fullName: string, decimalPlaces: number, assetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AptCoin>;
760
1063
  /**
761
1064
  * Factory function for fiat coin instances.
762
1065
  *
@@ -773,5 +1076,38 @@ export declare function txrpToken(id: string, name: string, fullName: string, de
773
1076
  * @param isToken? Whether or not this coin is a token of another coin
774
1077
  */
775
1078
  export declare function fiat(id: string, name: FiatCoinName, fullName: string, network: BaseNetwork, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], primaryKeyCurve?: KeyCurve, prefix?: string, suffix?: string, isToken?: boolean): Readonly<FiatCoin>;
1079
+ /**
1080
+ * Factory function for sip10 token instances.
1081
+ *
1082
+ * @param id uuid v4
1083
+ * @param name unique identifier of the token
1084
+ * @param fullName Complete human-readable name of the token
1085
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1086
+ * @param contractName Contract name of this token
1087
+ * @param contractAddress Contract address of this token
1088
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1089
+ * @param prefix? Optional token prefix. Defaults to empty string
1090
+ * @param suffix? Optional token suffix. Defaults to token name.
1091
+ * @param network? Optional token network. Defaults to Stacks main network.
1092
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1093
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1094
+ */
1095
+ export declare function sip10Token(id: string, name: string, fullName: string, decimalPlaces: number, contractName: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<Sip10Token>;
1096
+ /**
1097
+ * Factory function for testnet sip10 token instances.
1098
+ *
1099
+ * @param id uuid v4
1100
+ * @param name unique identifier of the token
1101
+ * @param fullName Complete human-readable name of the token
1102
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1103
+ * @param contractName Contract name of this token
1104
+ * @param contractAddress Contract address of this token
1105
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1106
+ * @param prefix? Optional token prefix. Defaults to empty string
1107
+ * @param suffix? Optional token suffix. Defaults to token name.
1108
+ * @param network? Optional token network. Defaults to the testnet Stacks network.
1109
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1110
+ */
1111
+ export declare function tsip10Token(id: string, name: string, fullName: string, decimalPlaces: number, contractName: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<Sip10Token>;
776
1112
  export {};
777
1113
  //# sourceMappingURL=account.d.ts.map