@bitgo-beta/statics 15.1.1-beta.114 → 15.1.1-beta.1141

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 (95) hide show
  1. package/.mocharc.js +1 -1
  2. package/CHANGELOG.md +3056 -0
  3. package/dist/src/account.d.ts +778 -38
  4. package/dist/src/account.d.ts.map +1 -1
  5. package/dist/src/account.js +1261 -134
  6. package/dist/src/ada.d.ts.map +1 -1
  7. package/dist/src/ada.js +7 -3
  8. package/dist/src/allCoinsAndTokens.d.ts +2 -0
  9. package/dist/src/allCoinsAndTokens.d.ts.map +1 -0
  10. package/dist/src/allCoinsAndTokens.js +718 -0
  11. package/dist/src/avaxp.d.ts.map +1 -1
  12. package/dist/src/avaxp.js +8 -3
  13. package/dist/src/base.d.ts +1674 -40
  14. package/dist/src/base.d.ts.map +1 -1
  15. package/dist/src/base.js +1740 -50
  16. package/dist/src/coinFeatures.d.ts +99 -0
  17. package/dist/src/coinFeatures.d.ts.map +1 -0
  18. package/dist/src/coinFeatures.js +604 -0
  19. package/dist/src/coins/adaTokens.d.ts +2 -0
  20. package/dist/src/coins/adaTokens.d.ts.map +1 -0
  21. package/dist/src/coins/adaTokens.js +10 -0
  22. package/dist/src/coins/avaxTokens.d.ts +2 -0
  23. package/dist/src/coins/avaxTokens.d.ts.map +1 -0
  24. package/dist/src/coins/avaxTokens.js +100 -0
  25. package/dist/src/coins/botOfcTokens.d.ts +2 -0
  26. package/dist/src/coins/botOfcTokens.d.ts.map +1 -0
  27. package/dist/src/coins/botOfcTokens.js +5 -0
  28. package/dist/src/coins/botTokens.d.ts +2 -0
  29. package/dist/src/coins/botTokens.d.ts.map +1 -0
  30. package/dist/src/coins/botTokens.js +5 -0
  31. package/dist/src/coins/bscTokens.d.ts +2 -0
  32. package/dist/src/coins/bscTokens.d.ts.map +1 -0
  33. package/dist/src/coins/bscTokens.js +160 -0
  34. package/dist/src/coins/cosmosTokens.d.ts +2 -0
  35. package/dist/src/coins/cosmosTokens.d.ts.map +1 -0
  36. package/dist/src/coins/cosmosTokens.js +12 -0
  37. package/dist/src/coins/erc20Coins.d.ts +2 -0
  38. package/dist/src/coins/erc20Coins.d.ts.map +1 -0
  39. package/dist/src/coins/erc20Coins.js +1516 -0
  40. package/dist/src/coins/nep141Tokens.d.ts +2 -0
  41. package/dist/src/coins/nep141Tokens.d.ts.map +1 -0
  42. package/dist/src/coins/nep141Tokens.js +14 -0
  43. package/dist/src/coins/ofcCoins.d.ts +2 -0
  44. package/dist/src/coins/ofcCoins.d.ts.map +1 -0
  45. package/dist/src/coins/ofcCoins.js +649 -0
  46. package/dist/src/coins/ofcErc20Coins.d.ts +3 -0
  47. package/dist/src/coins/ofcErc20Coins.d.ts.map +1 -0
  48. package/dist/src/coins/ofcErc20Coins.js +1416 -0
  49. package/dist/src/coins/polygonTokens.d.ts +2 -0
  50. package/dist/src/coins/polygonTokens.d.ts.map +1 -0
  51. package/dist/src/coins/polygonTokens.js +148 -0
  52. package/dist/src/coins/sip10Tokens.d.ts +2 -0
  53. package/dist/src/coins/sip10Tokens.d.ts.map +1 -0
  54. package/dist/src/coins/sip10Tokens.js +25 -0
  55. package/dist/src/coins/solTokens.d.ts +2 -0
  56. package/dist/src/coins/solTokens.d.ts.map +1 -0
  57. package/dist/src/coins/solTokens.js +366 -0
  58. package/dist/src/coins/vetTokens.d.ts +2 -0
  59. package/dist/src/coins/vetTokens.d.ts.map +1 -0
  60. package/dist/src/coins/vetTokens.js +11 -0
  61. package/dist/src/coins.d.ts +11 -1
  62. package/dist/src/coins.d.ts.map +1 -1
  63. package/dist/src/coins.js +306 -1574
  64. package/dist/src/constants.d.ts +1 -0
  65. package/dist/src/constants.d.ts.map +1 -1
  66. package/dist/src/constants.js +3 -2
  67. package/dist/src/flrp.d.ts +40 -0
  68. package/dist/src/flrp.d.ts.map +1 -0
  69. package/dist/src/flrp.js +65 -0
  70. package/dist/src/index.d.ts +3 -1
  71. package/dist/src/index.d.ts.map +1 -1
  72. package/dist/src/index.js +24 -3
  73. package/dist/src/lightning.d.ts +43 -0
  74. package/dist/src/lightning.d.ts.map +1 -0
  75. package/dist/src/lightning.js +60 -0
  76. package/dist/src/map.d.ts +10 -0
  77. package/dist/src/map.d.ts.map +1 -1
  78. package/dist/src/map.js +117 -17
  79. package/dist/src/networkFeatureMapForTokens.d.ts +3 -0
  80. package/dist/src/networkFeatureMapForTokens.d.ts.map +1 -0
  81. package/dist/src/networkFeatureMapForTokens.js +30 -0
  82. package/dist/src/networks.d.ts +1091 -1
  83. package/dist/src/networks.d.ts.map +1 -1
  84. package/dist/src/networks.js +1367 -43
  85. package/dist/src/ofc.d.ts +495 -3
  86. package/dist/src/ofc.d.ts.map +1 -1
  87. package/dist/src/ofc.js +1202 -28
  88. package/dist/src/tokenConfig.d.ts +208 -14
  89. package/dist/src/tokenConfig.d.ts.map +1 -1
  90. package/dist/src/tokenConfig.js +789 -243
  91. package/dist/src/utxo.d.ts +3 -1
  92. package/dist/src/utxo.d.ts.map +1 -1
  93. package/dist/src/utxo.js +83 -3
  94. package/dist/tsconfig.tsbuildinfo +1 -1
  95. package/package.json +2 -2
@@ -1,5 +1,12 @@
1
1
  import { BaseCoin, BaseUnit, CoinFeature, KeyCurve, UnderlyingAsset } from './base';
2
2
  import { AccountNetwork, BaseNetwork, EthereumNetwork, TronNetwork } from './networks';
3
+ /**
4
+ * This is the program id against sol token program.
5
+ */
6
+ export declare enum ProgramID {
7
+ TokenProgramId = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
8
+ Token2022ProgramId = "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"
9
+ }
3
10
  export interface AccountConstructorOptions {
4
11
  id: string;
5
12
  fullName: string;
@@ -24,14 +31,24 @@ export interface AccountConstructorOptions {
24
31
  */
25
32
  export declare class AccountCoin extends BaseCoin {
26
33
  static readonly DEFAULT_FEATURES: CoinFeature[];
34
+ 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.CUSTODY_BITGO_INDIA | 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.ERC20_BULK_TRANSACTION | CoinFeature.CUSTODY_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 | CoinFeature.FEES_PAID_WITH_TOKEN | CoinFeature.ALPHANUMERIC_MEMO_ID | CoinFeature.WALLET_CONNECT_DEFI | CoinFeature.TSS_SUPPORT_GATED | CoinFeature.MULTISIG_SUPPORT_GATED | CoinFeature.SHARED_EVM_SIGNING | CoinFeature.SHARED_EVM_SDK | CoinFeature.SUPPORTS_ERC20 | CoinFeature.SHARED_COSMOS_SDK | CoinFeature.SHARED_COSMOS_WP | CoinFeature.EVM_COIN | CoinFeature.MULTISIG | CoinFeature.EVM_COMPATIBLE_IMS | CoinFeature.EVM_COMPATIBLE_UI | CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY | CoinFeature.EVM_NON_BITGO_RECOVERY | CoinFeature.REBASE_TOKEN | CoinFeature.EVM_COMPATIBLE_WP | CoinFeature.RESTRICTED | CoinFeature.SHARED_EVM_MESSAGE_SIGNING)[];
27
35
  readonly network: AccountNetwork;
28
36
  constructor(options: AccountConstructorOptions);
29
37
  protected requiredFeatures(): Set<CoinFeature>;
30
38
  protected disallowedFeatures(): Set<CoinFeature>;
39
+ static getFeaturesExcluding(excludedFeatures: CoinFeature[]): CoinFeature[];
40
+ }
41
+ export interface GasTankAccountConstructorOptions extends AccountConstructorOptions {
42
+ gasTankLowBalanceAlertFactor: number;
43
+ gasTankMinBalanceRecommendationFactor: number;
44
+ gasTankToken?: string;
31
45
  }
32
46
  export interface Erc20ConstructorOptions extends AccountConstructorOptions {
33
47
  contractAddress: string;
34
48
  }
49
+ export interface NFTCollectionIdConstructorOptions extends AccountConstructorOptions {
50
+ nftCollectionId: string;
51
+ }
35
52
  export interface StellarCoinConstructorOptions extends AccountConstructorOptions {
36
53
  domain: string;
37
54
  }
@@ -40,16 +57,17 @@ export interface HederaCoinConstructorOptions extends AccountConstructorOptions
40
57
  }
41
58
  export interface HederaTokenConstructorOptions extends AccountConstructorOptions {
42
59
  nodeAccountId: string;
43
- tokenId: string;
44
- }
45
- export interface AlgoCoinConstructorOptions extends AccountConstructorOptions {
46
- tokenURL: string;
60
+ contractAddress: string;
47
61
  }
48
62
  export interface EosCoinConstructorOptions extends AccountConstructorOptions {
49
63
  contractName: string;
64
+ contractAddress: string;
65
+ symbol?: string;
50
66
  }
51
67
  export interface SolCoinConstructorOptions extends AccountConstructorOptions {
52
68
  tokenAddress: string;
69
+ contractAddress: string;
70
+ programId: string;
53
71
  }
54
72
  export interface AdaCoinConstructorOptions extends AccountConstructorOptions {
55
73
  policyId: string;
@@ -59,17 +77,54 @@ export interface XrpCoinConstructorOptions extends AccountConstructorOptions {
59
77
  issuerAddress: string;
60
78
  currencyCode: string;
61
79
  domain: string;
80
+ contractAddress: string;
81
+ }
82
+ export interface SuiCoinConstructorOptions extends AccountConstructorOptions {
83
+ packageId: string;
84
+ module: string;
85
+ symbol: string;
86
+ contractAddress: string;
87
+ }
88
+ export interface AptCoinConstructorOptions extends AccountConstructorOptions {
89
+ assetId: string;
90
+ }
91
+ export interface TaoCoinConstructorOptions extends AccountConstructorOptions {
92
+ subnetId: string;
62
93
  }
63
- declare type FiatCoinName = `fiat${string}` | `tfiat${string}`;
94
+ export interface PolyxCoinConstructorOptions extends AccountConstructorOptions {
95
+ ticker: string;
96
+ assetId: string;
97
+ }
98
+ type FiatCoinName = `fiat${string}` | `tfiat${string}`;
64
99
  export interface FiatCoinConstructorOptions extends AccountConstructorOptions {
65
100
  name: FiatCoinName;
66
101
  }
102
+ export interface Sip10TokenConstructorOptions extends AccountConstructorOptions {
103
+ assetId: string;
104
+ }
105
+ export interface Nep141TokenConstructorOptions extends AccountConstructorOptions {
106
+ contractAddress: string;
107
+ storageDepositAmount: string;
108
+ }
109
+ export interface VetTokenConstructorOptions extends AccountConstructorOptions {
110
+ contractAddress: string;
111
+ gasTankToken?: string;
112
+ }
113
+ export interface CosmosTokenConstructorOptions extends AccountConstructorOptions {
114
+ denom: string;
115
+ }
67
116
  export interface ContractAddress extends String {
68
117
  __contractaddress_phantom__: never;
69
118
  }
70
119
  export declare class AccountCoinToken extends AccountCoin {
71
120
  constructor(options: AccountConstructorOptions);
72
121
  }
122
+ export declare class GasTankAccountCoin extends AccountCoin {
123
+ gasTankLowBalanceAlertFactor: number;
124
+ gasTankMinBalanceRecommendationFactor: number;
125
+ gasTankToken?: string;
126
+ constructor(options: GasTankAccountConstructorOptions);
127
+ }
73
128
  /**
74
129
  * Some blockchains support tokens which are defined by an address at which they have a smart contract deployed.
75
130
  * Examples are ERC20 tokens, and the equivalent on other chains.
@@ -78,6 +133,13 @@ export declare class ContractAddressDefinedToken extends AccountCoinToken {
78
133
  contractAddress: ContractAddress;
79
134
  constructor(options: Erc20ConstructorOptions);
80
135
  }
136
+ /**
137
+ * Used for blockchains that support NFT collections.
138
+ */
139
+ export declare class NFTCollectionIdDefinedToken extends AccountCoinToken {
140
+ nftCollectionId: string;
141
+ constructor(options: NFTCollectionIdConstructorOptions);
142
+ }
81
143
  /**
82
144
  * ERC20 token addresses are Base58 formatted on some blockchains.
83
145
  */
@@ -155,6 +217,7 @@ export declare class HederaCoin extends AccountCoinToken {
155
217
  export declare class HederaToken extends AccountCoinToken {
156
218
  nodeAccountId: string;
157
219
  tokenId: string;
220
+ contractAddress: string;
158
221
  constructor(options: HederaTokenConstructorOptions);
159
222
  }
160
223
  /**
@@ -164,8 +227,7 @@ export declare class HederaToken extends AccountCoinToken {
164
227
  *
165
228
  */
166
229
  export declare class AlgoCoin extends AccountCoinToken {
167
- tokenURL: string;
168
- constructor(options: AlgoCoinConstructorOptions);
230
+ constructor(options: AccountConstructorOptions);
169
231
  }
170
232
  /**
171
233
  * The Eos network supports tokens
@@ -175,6 +237,8 @@ export declare class AlgoCoin extends AccountCoinToken {
175
237
  */
176
238
  export declare class EosCoin extends AccountCoinToken {
177
239
  contractName: string;
240
+ contractAddress: string;
241
+ symbol: string;
178
242
  constructor(options: EosCoinConstructorOptions);
179
243
  }
180
244
  /**
@@ -185,6 +249,8 @@ export declare class EosCoin extends AccountCoinToken {
185
249
  */
186
250
  export declare class SolCoin extends AccountCoinToken {
187
251
  tokenAddress: string;
252
+ contractAddress: string;
253
+ programId: string;
188
254
  constructor(options: SolCoinConstructorOptions);
189
255
  }
190
256
  /**
@@ -197,6 +263,9 @@ export declare class AdaCoin extends AccountCoinToken {
197
263
  assetName: string;
198
264
  constructor(options: AdaCoinConstructorOptions);
199
265
  }
266
+ export declare class EthLikeERC20Token extends ContractAddressDefinedToken {
267
+ constructor(options: Erc20ConstructorOptions);
268
+ }
200
269
  /**
201
270
  * The AVAX C Chain network support tokens
202
271
  * AVAX C Chain Tokens are ERC20 coins
@@ -211,6 +280,48 @@ export declare class AvaxERC20Token extends ContractAddressDefinedToken {
211
280
  export declare class PolygonERC20Token extends ContractAddressDefinedToken {
212
281
  constructor(options: Erc20ConstructorOptions);
213
282
  }
283
+ /**
284
+ * The Arbitrum Chain network support tokens
285
+ * Arbitrum Chain Tokens are ERC20 tokens
286
+ */
287
+ export declare class ArbethERC20Token extends ContractAddressDefinedToken {
288
+ constructor(options: Erc20ConstructorOptions);
289
+ }
290
+ /**
291
+ * The Optimism Chain network support tokens
292
+ * Optimism Chain Tokens are ERC20 tokens
293
+ */
294
+ export declare class OpethERC20Token extends ContractAddressDefinedToken {
295
+ constructor(options: Erc20ConstructorOptions);
296
+ }
297
+ /**
298
+ * The zkSync network support tokens
299
+ * zkSync Tokens are ERC20 tokens
300
+ */
301
+ export declare class ZkethERC20Token extends ContractAddressDefinedToken {
302
+ constructor(options: Erc20ConstructorOptions);
303
+ }
304
+ /**
305
+ * The Bera Chain network support tokens
306
+ * Bera Chain Tokens are ERC20 tokens
307
+ */
308
+ export declare class BeraERC20Token extends ContractAddressDefinedToken {
309
+ constructor(options: Erc20ConstructorOptions);
310
+ }
311
+ /**
312
+ * The Coredao Chain network support tokens
313
+ * Coredao Chain Tokens are ERC20 tokens
314
+ */
315
+ export declare class CoredaoERC20Token extends ContractAddressDefinedToken {
316
+ constructor(options: Erc20ConstructorOptions);
317
+ }
318
+ /**
319
+ * The World Chain network supports tokens
320
+ * World Chain Tokens are ERC20 tokens
321
+ */
322
+ export declare class WorldERC20Token extends ContractAddressDefinedToken {
323
+ constructor(options: Erc20ConstructorOptions);
324
+ }
214
325
  /**
215
326
  * The Xrp network supports tokens
216
327
  * Xrp tokens are identified by their issuer address
@@ -221,8 +332,42 @@ export declare class XrpCoin extends AccountCoinToken {
221
332
  issuerAddress: string;
222
333
  currencyCode: string;
223
334
  domain: string;
335
+ contractAddress: string;
224
336
  constructor(options: XrpCoinConstructorOptions);
225
337
  }
338
+ export declare class SuiCoin extends AccountCoinToken {
339
+ packageId: string;
340
+ module: string;
341
+ symbol: string;
342
+ contractAddress: string;
343
+ constructor(options: SuiCoinConstructorOptions);
344
+ }
345
+ /**
346
+ * The Apt network supports tokens
347
+ * Apt tokens work similar to native Apt coin, but the token name is determined by
348
+ * the tokenAddress on the chain.
349
+ *
350
+ */
351
+ export declare class AptCoin extends AccountCoinToken {
352
+ assetId: string;
353
+ constructor(options: AptCoinConstructorOptions);
354
+ }
355
+ /**
356
+ * The Apt network supports non-fungible tokens (Digital Asset Standard)
357
+ * Every NFT belongs to an NFT collection.
358
+ */
359
+ export declare class AptNFTCollection extends NFTCollectionIdDefinedToken {
360
+ }
361
+ /**
362
+ * The Vechain network supports non-fungible tokens
363
+ * Every NFT belongs to an NFT collection(contract).
364
+ */
365
+ export declare class VetNFTCollection extends NFTCollectionIdDefinedToken {
366
+ gasTankToken?: string;
367
+ constructor(options: NFTCollectionIdConstructorOptions & {
368
+ gasTankToken?: string;
369
+ });
370
+ }
226
371
  /**
227
372
  * Fiat currencies, such as USD, EUR, or YEN.
228
373
  */
@@ -233,6 +378,56 @@ export declare class FiatCoin extends BaseCoin {
233
378
  protected requiredFeatures(): Set<CoinFeature>;
234
379
  protected disallowedFeatures(): Set<CoinFeature>;
235
380
  }
381
+ /**
382
+ * The Stacks network supports tokens
383
+ * Stx tokens work similar to native Stx coin, but the token name is determined by
384
+ * the contractName on the chain.
385
+ */
386
+ export declare class Sip10Token extends AccountCoinToken {
387
+ assetId: string;
388
+ constructor(options: Sip10TokenConstructorOptions);
389
+ }
390
+ /**
391
+ * The Near network supports tokens
392
+ * Near tokens work similar to native near coin
393
+ */
394
+ export declare class Nep141Token extends AccountCoinToken {
395
+ contractAddress: string;
396
+ storageDepositAmount: string;
397
+ constructor(options: Nep141TokenConstructorOptions);
398
+ }
399
+ export declare class VetToken extends AccountCoinToken {
400
+ contractAddress: string;
401
+ gasTankToken?: string;
402
+ constructor(options: VetTokenConstructorOptions);
403
+ }
404
+ /**
405
+ * Cosmos network supports tokens
406
+ * Cosmos tokens work similar to native coins, but the token is determined by
407
+ * the denom on chain.
408
+ *
409
+ */
410
+ export declare class CosmosChainToken extends AccountCoinToken {
411
+ denom: string;
412
+ constructor(options: CosmosTokenConstructorOptions);
413
+ }
414
+ /**
415
+ * The Bittensor network supports tokens
416
+ * The token name is determined by the subnetId on chain.
417
+ */
418
+ export declare class TaoCoin extends AccountCoinToken {
419
+ subnetId: string;
420
+ constructor(options: TaoCoinConstructorOptions);
421
+ }
422
+ /**
423
+ * The Bittensor network supports tokens
424
+ * The token name is determined by the subnetId on chain.
425
+ */
426
+ export declare class PolyxCoin extends AccountCoinToken {
427
+ ticker: string;
428
+ assetId: string;
429
+ constructor(options: PolyxCoinConstructorOptions);
430
+ }
236
431
  /**
237
432
  * Factory function for account coin instances.
238
433
  *
@@ -249,6 +444,42 @@ export declare class FiatCoin extends BaseCoin {
249
444
  * @param isToken? Whether or not this account coin is a token of another coin
250
445
  */
251
446
  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>;
447
+ /**
448
+ * Factory function for gas tank account coin instances.
449
+ *
450
+ * @param id uuid v4
451
+ * @param name unique identifier of the coin
452
+ * @param fullName Complete human-readable name of the coin
453
+ * @param network Network object for this coin
454
+ * @param decimalPlaces Number of decimal places this coin supports (divisibility exponent)
455
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
456
+ * @param baseUnit
457
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
458
+ * @param primaryKeyCurve The elliptic curve for this chain/token
459
+ * @param gasTankLowBalanceAlertFactor Low gas tank balance alert threshold = (feeEstimate x gasTankLowBalanceAlertFactor)
460
+ * @param gasTankMinBalanceRecommendationFactor Min gas tank balance recommendation = (feeEstimate x gasTankMinBalanceRecommendationFactor)
461
+ * @param prefix Optional coin prefix. Defaults to empty string
462
+ * @param suffix Optional coin suffix. Defaults to coin name.
463
+ * @param isToken Whether or not this account coin is a token of another coin
464
+ */
465
+ 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, gasTankToken?: string): Readonly<GasTankAccountCoin>;
466
+ /**
467
+ * Factory function for ethLikeErc20 token instances.
468
+ *
469
+ * @param id uuid v4
470
+ * @param name unique identifier of the token
471
+ * @param fullName Complete human-readable name of the token
472
+ * @param decimalPlaces Number of decimal places this token supports
473
+ * @param contractAddress Contract address of this token
474
+ * @param asset Asset which this coin represents
475
+ * @param network Optional token network
476
+ * @param coinNames The parent coin names for mainnet and testnet
477
+ * @param features Features of this coin
478
+ * @param prefix Optional token prefix
479
+ * @param suffix Optional token suffix
480
+ * @param primaryKeyCurve The elliptic curve for this chain/token
481
+ */
482
+ export declare function erc20Token(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, network: AccountNetwork, features?: CoinFeature[], prefix?: string, suffix?: string, primaryKeyCurve?: KeyCurve): Readonly<EthLikeERC20Token>;
252
483
  /**
253
484
  * Factory function for erc20 token instances.
254
485
  *
@@ -305,7 +536,7 @@ export declare function erc721(id: string, name: string, fullName: string, contr
305
536
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
306
537
  * @param prefix? Optional token prefix. Defaults to empty string
307
538
  * @param suffix? Optional token suffix. Defaults to token name.
308
- * @param network? Optional token network. Defaults to Goerli test network.
539
+ * @param network? Optional token network. Defaults to Hoodi test network.
309
540
  * @param primaryKeyCurve The elliptic curve for this chain/token
310
541
  */
311
542
  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 +580,7 @@ export declare function erc1155(id: string, name: string, fullName: string, cont
349
580
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
350
581
  * @param prefix? Optional token prefix. Defaults to empty string
351
582
  * @param suffix? Optional token suffix. Defaults to token name.
352
- * @param network? Optional token network. Defaults to Goerli test network.
583
+ * @param network? Optional token network. Defaults to Hoodi test network.
353
584
  * @param primaryKeyCurve The elliptic curve for this chain/token
354
585
  */
355
586
  export declare function terc1155(id: string, name: string, fullName: string, contractAddress: string, features?: CoinFeature[], prefix?: string, suffix?: string, network?: EthereumNetwork, primaryKeyCurve?: KeyCurve): Readonly<Erc1155Coin>;
@@ -377,11 +608,11 @@ export declare function erc20CompatibleAccountCoin(id: string, name: string, ful
377
608
  * @param fullName Complete human-readable name of the token
378
609
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
379
610
  * @param contractAddress Contract address of this token
380
- * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
381
- * @param prefix? Optional token prefix. Defaults to empty string
382
- * @param suffix? Optional token suffix. Defaults to token name.
383
- * @param network? Optional token network. Defaults to CELO main network.
384
- * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
611
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin
612
+ * @param prefix ? Optional token prefix. Defaults to empty string
613
+ * @param suffix ? Optional token suffix. Defaults to token name.
614
+ * @param network ? Optional token network. Defaults to CELO main network.
615
+ * @param features ? Features of this coin. Defaults to the DEFAULT_FEATURES excluding CUSTODY feature
385
616
  * @param primaryKeyCurve The elliptic curve for this chain/token
386
617
  */
387
618
  export declare function celoToken(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: EthereumNetwork, primaryKeyCurve?: KeyCurve): Readonly<CeloCoin>;
@@ -394,10 +625,10 @@ export declare function celoToken(id: string, name: string, fullName: string, de
394
625
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
395
626
  * @param contractAddress Contract address of this token
396
627
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
397
- * @param prefix? Optional token prefix. Defaults to empty string
398
- * @param suffix? Optional token suffix. Defaults to token name.
399
- * @param network? Optional token network. Defaults to the testnet CELO network.
400
- * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
628
+ * @param features ? Features of this coin. Defaults to the DEFAULT_FEATURES excluding CUSTODY feature
629
+ * @param prefix ? Optional token prefix. Defaults to empty string
630
+ * @param suffix ? Optional token suffix. Defaults to token name.
631
+ * @param network ? Optional token network. Defaults to the testnet CELO network.
401
632
  */
402
633
  export declare function tceloToken(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: EthereumNetwork): Readonly<CeloCoin>;
403
634
  /**
@@ -511,7 +742,7 @@ export declare function ttronToken(id: string, name: string, fullName: string, d
511
742
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
512
743
  * @param primaryKeyCurve The elliptic curve for this chain/token
513
744
  */
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>;
745
+ 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
746
  /**
516
747
  * Factory function for Hedera token instances
517
748
  *
@@ -522,13 +753,14 @@ export declare function hederaCoin(id: string, name: string, fullName: string, n
522
753
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
523
754
  * @param nodeAccountId node account Id from which the transaction will be sent
524
755
  * @param tokenId The unique identifier of this token
756
+ * @param contractAddress Contract address of this token, same as tokenId
525
757
  * @param prefix? Optional token prefix. Defaults to empty string
526
758
  * @param suffix? Optional token suffix. Defaults to token name.
527
759
  * @param network? Optional token network. Defaults to Hedera mainnet.
528
760
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
529
761
  * @param primaryKeyCurve The elliptic curve for this chain/token
530
762
  */
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>;
763
+ export declare function hederaToken(id: string, name: string, fullName: string, network: AccountNetwork, decimalPlaces: number, asset: UnderlyingAsset, contractAddress: string, features?: CoinFeature[], prefix?: string, suffix?: string, primaryKeyCurve?: KeyCurve): Readonly<HederaToken>;
532
764
  /**
533
765
  * Factory function for ALGO token instances.
534
766
  *
@@ -539,7 +771,6 @@ export declare function hederaToken(id: string, name: string, fullName: string,
539
771
  * @param fullName Complete human-readable name of the token
540
772
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
541
773
  * @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
774
  * See https://developer.algorand.org/docs/reference/transactions/#url
544
775
  * @param prefix? Optional token prefix. Defaults to empty string
545
776
  * @param suffix? Optional token suffix. Defaults to token name.
@@ -547,7 +778,7 @@ export declare function hederaToken(id: string, name: string, fullName: string,
547
778
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
548
779
  * @param primaryKeyCurve The elliptic curve for this chain/token
549
780
  */
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>;
781
+ 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
782
  /**
552
783
  * Factory function for testnet ALGO token instances.
553
784
  *
@@ -557,14 +788,13 @@ export declare function algoToken(id: string, name: string, alias: string | unde
557
788
  * @param fullName Complete human-readable name of the token
558
789
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
559
790
  * @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
791
  * See https://developer.algorand.org/docs/reference/transactions/#url
562
792
  * @param prefix? Optional token prefix. Defaults to empty string
563
793
  * @param suffix? Optional token suffix. Defaults to token name.
564
794
  * @param network? Optional token network. Defaults to Algo testnet.
565
795
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
566
796
  */
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>;
797
+ 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
798
  /**
569
799
  * Factory function for eos token instances.
570
800
  *
@@ -573,6 +803,7 @@ export declare function talgoToken(id: string, name: string, alias: string | und
573
803
  * @param fullName Complete human-readable name of the token
574
804
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
575
805
  * @param contractName Contract address of this token
806
+ * @param contractAddress Contract address of this token
576
807
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
577
808
  * @param prefix? Optional token prefix. Defaults to empty string
578
809
  * @param suffix? Optional token suffix. Defaults to token name.
@@ -580,7 +811,7 @@ export declare function talgoToken(id: string, name: string, alias: string | und
580
811
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
581
812
  * @param primaryKeyCurve The elliptic curve for this chain/token
582
813
  */
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>;
814
+ export declare function eosToken(id: string, name: string, fullName: string, decimalPlaces: number, contractName: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, symbol?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<EosCoin>;
584
815
  /**
585
816
  * Factory function for testnet eos token instances.
586
817
  *
@@ -588,14 +819,16 @@ export declare function eosToken(id: string, name: string, fullName: string, dec
588
819
  * @param name unique identifier of the token
589
820
  * @param fullName Complete human-readable name of the token
590
821
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
822
+ * @param contractName Contract address of this token
591
823
  * @param contractAddress Contract address of this token
592
824
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
593
825
  * @param prefix? Optional token prefix. Defaults to empty string
594
826
  * @param suffix? Optional token suffix. Defaults to token name.
827
+ * @param symbol? token symbol as defined in token contract.
595
828
  * @param network? Optional token network. Defaults to the testnet EOS network.
596
829
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
597
830
  */
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>;
831
+ export declare function teosToken(id: string, name: string, fullName: string, decimalPlaces: number, contractName: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, symbol?: string, network?: AccountNetwork): Readonly<EosCoin>;
599
832
  /**
600
833
  * Factory function for sol token instances.
601
834
  *
@@ -604,6 +837,7 @@ export declare function teosToken(id: string, name: string, fullName: string, de
604
837
  * @param fullName Complete human-readable name of the token
605
838
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
606
839
  * @param tokenAddress Token address of this token
840
+ * @param contractAddress Contract address of this token
607
841
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
608
842
  * @param prefix? Optional token prefix. Defaults to empty string
609
843
  * @param suffix? Optional token suffix. Defaults to token name.
@@ -611,7 +845,7 @@ export declare function teosToken(id: string, name: string, fullName: string, de
611
845
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
612
846
  * @param primaryKeyCurve The elliptic curve for this chain/token
613
847
  */
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>;
848
+ export declare function solToken(id: string, name: string, fullName: string, decimalPlaces: number, tokenAddress: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], programId?: ProgramID, prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<SolCoin>;
615
849
  /**
616
850
  * Factory function for testnet solana token instances.
617
851
  *
@@ -626,19 +860,20 @@ export declare function solToken(id: string, name: string, fullName: string, dec
626
860
  * @param network? Optional token network. Defaults to the testnet Solana network.
627
861
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
628
862
  */
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>;
863
+ export declare function tsolToken(id: string, name: string, fullName: string, decimalPlaces: number, tokenAddress: string, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], programId?: ProgramID, prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<SolCoin>;
630
864
  /**
631
- * Factory function for ada token instances.
865
+ * Factory function for prod cardano token instances.
632
866
  *
633
867
  * @param id uuid v4
634
- * @param name unique identifier of the token
868
+ * @param name Name of the token
635
869
  * @param fullName Complete human-readable name of the token
636
870
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
637
- * @param tokenSymbol Token symbol of this token
871
+ * @param policyId Policy Id
872
+ * @param assetName Asset name -> Policy ID + Asset name is the unique identifier
638
873
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
639
874
  * @param prefix? Optional token prefix. Defaults to empty string
640
875
  * @param suffix? Optional token suffix. Defaults to token name.
641
- * @param network? Optional token network. Defaults to Cardano main network.
876
+ * @param network? Optional token network. Defaults to the testnet Cardano network.
642
877
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
643
878
  * @param primaryKeyCurve The elliptic curve for this chain/token
644
879
  */
@@ -647,17 +882,18 @@ export declare function adaToken(id: string, name: string, fullName: string, dec
647
882
  * Factory function for testnet cardano token instances.
648
883
  *
649
884
  * @param id uuid v4
650
- * @param name unique identifier of the token
885
+ * @param name Name of the token
651
886
  * @param fullName Complete human-readable name of the token
652
887
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
653
- * @param tokenSymbol Token symbol of this token i.e: AUSD
888
+ * @param policyId Policy Id
889
+ * @param assetName Asset name -> Policy ID + Asset name is the unique identifier
654
890
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
655
891
  * @param prefix? Optional token prefix. Defaults to empty string
656
892
  * @param suffix? Optional token suffix. Defaults to token name.
657
893
  * @param network? Optional token network. Defaults to the testnet Cardano network.
658
894
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
659
895
  */
660
- export declare function tadaToken(id: string, name: string, fullName: string, decimalPlaces: number, policyId: string, assetName: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<AdaCoin>;
896
+ export declare function tadaToken(id: string, name: string, fullName: string, decimalPlaces: number, policyId: string, assetName: string, asset: UnderlyingAsset, features?: CoinFeature[], network?: AccountNetwork, prefix?: string, suffix?: string): Readonly<AdaCoin>;
661
897
  /**
662
898
  * Factory function for avaxErc20 token instances.
663
899
  *
@@ -707,7 +943,7 @@ export declare function tavaxErc20(id: string, name: string, fullName: string, d
707
943
  */
708
944
  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
945
  /**
710
- * Factory function for Mumbai testnet polygonErc20 token instances.
946
+ * Factory function for Amoy testnet polygonErc20 token instances.
711
947
  *
712
948
  * @param id uuid v4
713
949
  * @param name unique identifier of the token
@@ -722,6 +958,198 @@ export declare function polygonErc20(id: string, name: string, fullName: string,
722
958
  * @param primaryKeyCurve The elliptic curve for this chain/token
723
959
  */
724
960
  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>;
961
+ /**
962
+ * Factory function for arbethErc20 token instances.
963
+ *
964
+ * @param id uuid v4
965
+ * @param name unique identifier of the token
966
+ * @param fullName Complete human-readable name of the token
967
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
968
+ * @param contractAddress Contract address of this token
969
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
970
+ * @param prefix? Optional token prefix. Defaults to empty string
971
+ * @param suffix? Optional token suffix. Defaults to token name.
972
+ * @param network? Optional token network. Defaults to Arbitrum main network.
973
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
974
+ * @param primaryKeyCurve The elliptic curve for this chain/token
975
+ */
976
+ 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>;
977
+ /**
978
+ * Factory function for Arbitrum Sepolia testnet arbethErc20 token instances.
979
+ *
980
+ * @param id uuid v4
981
+ * @param name unique identifier of the token
982
+ * @param fullName Complete human-readable name of the token
983
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
984
+ * @param contractAddress Contract address of this token
985
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
986
+ * @param prefix? Optional token prefix. Defaults to empty string
987
+ * @param suffix? Optional token suffix. Defaults to token name.
988
+ * @param network? Optional token network. Defaults to the Arbitrum test network.
989
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
990
+ * @param primaryKeyCurve The elliptic curve for this chain/token
991
+ */
992
+ 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>;
993
+ /**
994
+ * Factory function for opethErc20 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 contractAddress Contract address of this token
1001
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1002
+ * @param prefix? Optional token prefix. Defaults to empty string
1003
+ * @param suffix? Optional token suffix. Defaults to token name.
1004
+ * @param network? Optional token network. Defaults to Optimism main network.
1005
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1006
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1007
+ */
1008
+ 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>;
1009
+ /**
1010
+ * Factory function for Optimism Sepolia testnet opethErc20 token instances.
1011
+ *
1012
+ * @param id uuid v4
1013
+ * @param name unique identifier of the token
1014
+ * @param fullName Complete human-readable name of the token
1015
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1016
+ * @param contractAddress Contract address of this token
1017
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1018
+ * @param prefix? Optional token prefix. Defaults to empty string
1019
+ * @param suffix? Optional token suffix. Defaults to token name.
1020
+ * @param network? Optional token network. Defaults to the Optimism test network.
1021
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1022
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1023
+ */
1024
+ 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>;
1025
+ /**
1026
+ * Factory function for zkethErc20 token instances.
1027
+ *
1028
+ * @param id uuid v4
1029
+ * @param name unique identifier of the token
1030
+ * @param fullName Complete human-readable name of the token
1031
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1032
+ * @param contractAddress Contract address of this token
1033
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1034
+ * @param prefix? Optional token prefix. Defaults to empty string
1035
+ * @param suffix? Optional token suffix. Defaults to token name.
1036
+ * @param network? Optional token network. Defaults to zkSync mainnet network.
1037
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1038
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1039
+ */
1040
+ 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>;
1041
+ /**
1042
+ * Factory function for zkSync Sepolia testnet zkethErc20 token instances.
1043
+ *
1044
+ * @param id uuid v4
1045
+ * @param name unique identifier of the token
1046
+ * @param fullName Complete human-readable name of the token
1047
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1048
+ * @param contractAddress Contract address of this token
1049
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1050
+ * @param prefix? Optional token prefix. Defaults to empty string
1051
+ * @param suffix? Optional token suffix. Defaults to token name.
1052
+ * @param network? Optional token network. Defaults to the zkSync sepolia test network.
1053
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1054
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1055
+ */
1056
+ 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>;
1057
+ /**
1058
+ * Factory function for beraErc20 token instances.
1059
+ *
1060
+ * @param id uuid v4
1061
+ * @param name unique identifier of the token
1062
+ * @param fullName Complete human-readable name of the token
1063
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1064
+ * @param contractAddress Contract address of this token
1065
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1066
+ * @param prefix? Optional token prefix. Defaults to empty string
1067
+ * @param suffix? Optional token suffix. Defaults to token name.
1068
+ * @param network? Optional token network. Defaults to bera mainnet network.
1069
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1070
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1071
+ */
1072
+ 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>;
1073
+ /**
1074
+ * Factory function for zkSync Sepolia testnet beraErc20 token instances.
1075
+ *
1076
+ * @param id uuid v4
1077
+ * @param name unique identifier of the token
1078
+ * @param fullName Complete human-readable name of the token
1079
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1080
+ * @param contractAddress Contract address of this token
1081
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1082
+ * @param prefix? Optional token prefix. Defaults to empty string
1083
+ * @param suffix? Optional token suffix. Defaults to token name.
1084
+ * @param network? Optional token network. Defaults to the bera test network.
1085
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1086
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1087
+ */
1088
+ 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>;
1089
+ /**
1090
+ * Factory function for CoredaoErc20 token instances.
1091
+ *
1092
+ * @param id uuid v4
1093
+ * @param name unique identifier of the token
1094
+ * @param fullName Complete human-readable name of the token
1095
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1096
+ * @param contractAddress Contract address of this token
1097
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1098
+ * @param prefix? Optional token prefix. Defaults to empty string
1099
+ * @param suffix? Optional token suffix. Defaults to token name.
1100
+ * @param network? Optional token network. Defaults to coredao mainnet network.
1101
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1102
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1103
+ */
1104
+ export declare function coredaoErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<CoredaoERC20Token>;
1105
+ /**
1106
+ * Factory function for coredao testnet coredaoErc20 token instances.
1107
+ *
1108
+ * @param id uuid v4
1109
+ * @param name unique identifier of the token
1110
+ * @param fullName Complete human-readable name of the token
1111
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1112
+ * @param contractAddress Contract address of this token
1113
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1114
+ * @param prefix? Optional token prefix. Defaults to empty string
1115
+ * @param suffix? Optional token suffix. Defaults to token name.
1116
+ * @param network? Optional token network. Defaults to the coredao test network.
1117
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1118
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1119
+ */
1120
+ export declare function tcoredaoErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<CoredaoERC20Token>;
1121
+ /**
1122
+ * Factory function for WorldErc20 token instances.
1123
+ *
1124
+ * @param id uuid v4
1125
+ * @param name unique identifier of the token
1126
+ * @param fullName Complete human-readable name of the token
1127
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1128
+ * @param contractAddress Contract address of this token
1129
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1130
+ * @param prefix? Optional token prefix. Defaults to empty string
1131
+ * @param suffix? Optional token suffix. Defaults to token name.
1132
+ * @param network? Optional token network. Defaults to World Chain mainnet network.
1133
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1134
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1135
+ */
1136
+ export declare function worldErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<WorldERC20Token>;
1137
+ /**
1138
+ * Factory function for world testnet worldErc20 token instances.
1139
+ *
1140
+ * @param id uuid v4
1141
+ * @param name unique identifier of the token
1142
+ * @param fullName Complete human-readable name of the token
1143
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1144
+ * @param contractAddress Contract address of this token
1145
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1146
+ * @param prefix? Optional token prefix. Defaults to empty string
1147
+ * @param suffix? Optional token suffix. Defaults to token name.
1148
+ * @param network? Optional token network. Defaults to the World Chain test network.
1149
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1150
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1151
+ */
1152
+ export declare function tworldErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<WorldERC20Token>;
725
1153
  /**
726
1154
  * Factory function for xrp token instances.
727
1155
  *
@@ -731,6 +1159,7 @@ export declare function tpolygonErc20(id: string, name: string, fullName: string
731
1159
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
732
1160
  * @param issuerAddress: The address of the issuer of the token,
733
1161
  * @param currencyCode The token symbol. Example: USD, BTC, ETH, etc.
1162
+ * @param contractAddress Contract address of this token formed with `issuerAddress::currencyCode`
734
1163
  * @param domain? the domain of the issuer of the token,
735
1164
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
736
1165
  * @param prefix? Optional token prefix. Defaults to empty string
@@ -739,7 +1168,7 @@ export declare function tpolygonErc20(id: string, name: string, fullName: string
739
1168
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
740
1169
  * @param primaryKeyCurve The elliptic curve for this chain/token
741
1170
  */
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>;
1171
+ 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
1172
  /**
744
1173
  * Factory function for testnet cardano token instances.
745
1174
  *
@@ -749,6 +1178,7 @@ export declare function xrpToken(id: string, name: string, fullName: string, dec
749
1178
  * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
750
1179
  * @param issuerAddress: The address of the issuer of the token,
751
1180
  * @param currencyCode The token symbol. Example: USD, BTC, ETH, etc.
1181
+ * @param contractAddress Contract address of this token formed with `issuerAddress::currencyCode`
752
1182
  * @param domain? the domain of the issuer of the token,
753
1183
  * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
754
1184
  * @param prefix? Optional token prefix. Defaults to empty string
@@ -756,7 +1186,107 @@ export declare function xrpToken(id: string, name: string, fullName: string, dec
756
1186
  * @param network? Optional token network. Defaults to the testnet Cardano network.
757
1187
  * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
758
1188
  */
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>;
1189
+ 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>;
1190
+ /**
1191
+ * Factory function for sui token instances.
1192
+ *
1193
+ * @param id uuid v4
1194
+ * @param name unique identifier of the token
1195
+ * @param fullName Complete human-readable name of the token
1196
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1197
+ * @param packageId PackageId of this token
1198
+ * @param module The module of the package with id `packageId`
1199
+ * @param symbol Identifies the coin defined in the module `module` of the package with id `packageId`
1200
+ * @param contractAddress Contract address of this token formed with `packageId::module::symbol`
1201
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1202
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
1203
+ * @param prefix? Optional token prefix. Defaults to empty string
1204
+ * @param suffix? Optional token suffix. Defaults to token name.
1205
+ * @param network? Optional token network. Defaults to SUI main network.
1206
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1207
+ */
1208
+ 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>;
1209
+ /**
1210
+ * Factory function for testnet sui token instances.
1211
+ *
1212
+ * @param id uuid v4
1213
+ * @param name unique identifier of the token
1214
+ * @param fullName Complete human-readable name of the token
1215
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1216
+ * @param packageId PackageId of this token
1217
+ * @param module The module of the package with id `packageId`
1218
+ * @param symbol Identifies the coin defined in the module `module` of the package with id `packageId`
1219
+ * @param contractAddress Contract address of this token formed with `packageId::module::symbol`
1220
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1221
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
1222
+ * @param prefix? Optional token prefix. Defaults to empty string
1223
+ * @param suffix? Optional token suffix. Defaults to token name.
1224
+ * @param network? Optional token network. Defaults to SUI test network.
1225
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1226
+ */
1227
+ 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>;
1228
+ /**
1229
+ * Factory function for apt token instances.
1230
+ *
1231
+ * @param id uuid v4
1232
+ * @param name unique identifier of the token
1233
+ * @param fullName Complete human-readable name of the token
1234
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1235
+ * @param assetId Asset Id of this token i.e. the unique identifier of the token for all tokens - fungible, non-fungible and legacy
1236
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1237
+ * @param prefix Optional token prefix. Defaults to empty string
1238
+ * @param suffix Optional token suffix. Defaults to token name.
1239
+ * @param network Optional token network. Defaults to APT main network.
1240
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
1241
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1242
+ */
1243
+ 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>;
1244
+ /**
1245
+ * Factory function for Apt NFT collections.
1246
+ *
1247
+ * @param id uuid v4
1248
+ * @param name unique identifier of the NFT collection
1249
+ * @param fullName Complete human-readable name of the NFT collection
1250
+ * @param nftCollectionId collection ID of the non-fungible tokens (NFTs)
1251
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1252
+ * @param prefix Optional token prefix. Defaults to empty string
1253
+ * @param suffix Optional token suffix. Defaults to token name.
1254
+ * @param network Optional token network. Defaults to APT main network.
1255
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
1256
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1257
+ */
1258
+ export declare function aptNFTCollection(id: string, name: string, fullName: string, nftCollectionId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AptNFTCollection>;
1259
+ /**
1260
+ * Factory function for testnet apt token instances.
1261
+ *
1262
+ * @param id uuid v4
1263
+ * @param name unique identifier of the token
1264
+ * @param fullName Complete human-readable name of the token
1265
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1266
+ * @param assetId Asset Id of this token i.e. the unique identifier of the token for all tokens - fungible, non-fungible and legacy
1267
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1268
+ * @param prefix Optional token prefix. Defaults to empty string
1269
+ * @param suffix Optional token suffix. Defaults to token name.
1270
+ * @param network Optional token network. Defaults to the testnet APT network.
1271
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
1272
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1273
+ */
1274
+ 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>;
1275
+ /**
1276
+ * Factory function for testnet Apt NFT collections.
1277
+ *
1278
+ * @param id uuid v4
1279
+ * @param name unique identifier of the NFT collection
1280
+ * @param fullName Complete human-readable name of the NFT collection
1281
+ * @param nftCollectionId collection ID of the non-fungible tokens (NFTs)
1282
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1283
+ * @param prefix Optional token prefix. Defaults to empty string
1284
+ * @param suffix Optional token suffix. Defaults to token name.
1285
+ * @param network Optional token network. Defaults to APT test network.
1286
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
1287
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1288
+ */
1289
+ export declare function taptNFTCollection(id: string, name: string, fullName: string, nftCollectionId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AptNFTCollection>;
760
1290
  /**
761
1291
  * Factory function for fiat coin instances.
762
1292
  *
@@ -773,5 +1303,215 @@ export declare function txrpToken(id: string, name: string, fullName: string, de
773
1303
  * @param isToken? Whether or not this coin is a token of another coin
774
1304
  */
775
1305
  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>;
1306
+ /**
1307
+ * Factory function for sip10 token instances.
1308
+ *
1309
+ * @param id uuid v4
1310
+ * @param name unique identifier of the token
1311
+ * @param fullName Complete human-readable name of the token
1312
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1313
+ * @param assetId A unique identifier for a token, which is in the form of contractAddress.contractName::tokenName
1314
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1315
+ * @param prefix? Optional token prefix. Defaults to empty string
1316
+ * @param suffix? Optional token suffix. Defaults to token name.
1317
+ * @param network? Optional token network. Defaults to Stacks main network.
1318
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1319
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1320
+ */
1321
+ export declare function sip10Token(id: string, name: string, fullName: string, decimalPlaces: number, assetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<Sip10Token>;
1322
+ /**
1323
+ * Factory function for testnet sip10 token instances.
1324
+ *
1325
+ * @param id uuid v4
1326
+ * @param name unique identifier of the token
1327
+ * @param fullName Complete human-readable name of the token
1328
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1329
+ * @param assetId A unique identifier for a token, which is in the form of contractAddress.contractName::tokenName
1330
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1331
+ * @param prefix? Optional token prefix. Defaults to empty string
1332
+ * @param suffix? Optional token suffix. Defaults to token name.
1333
+ * @param network? Optional token network. Defaults to the testnet Stacks network.
1334
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1335
+ */
1336
+ export declare function tsip10Token(id: string, name: string, fullName: string, decimalPlaces: number, assetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<Sip10Token>;
1337
+ /**
1338
+ * Factory function for nep141 token instances.
1339
+ *
1340
+ * @param id uuid v4
1341
+ * @param name unique identifier of the token
1342
+ * @param fullName Complete human-readable name of the token
1343
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1344
+ * @param contractAddress Contract address of this token
1345
+ * @param storageDepositAmount the deposit amount needed to get registered with this contract
1346
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1347
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1348
+ * @param prefix Optional token prefix. Defaults to empty string
1349
+ * @param suffix Optional token suffix. Defaults to token name.
1350
+ * @param network Optional token network. Defaults to Near main network.
1351
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1352
+ */
1353
+ export declare function nep141Token(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, storageDepositAmount: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<Nep141Token>;
1354
+ /**
1355
+ * Factory function for testnet nep141 token instances.
1356
+ *
1357
+ * @param id uuid v4
1358
+ * @param name unique identifier of the token
1359
+ * @param fullName Complete human-readable name of the token
1360
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1361
+ * @param contractAddress Contract address of this token
1362
+ * @param storageDepositAmount the deposit amount needed to get registered with this contract
1363
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1364
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1365
+ * @param prefix Optional token prefix. Defaults to empty string
1366
+ * @param suffix Optional token suffix. Defaults to token name.
1367
+ * @param network Optional token network. Defaults to the testnet Near network.
1368
+ */
1369
+ export declare function tnep141Token(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, storageDepositAmount: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<Nep141Token>;
1370
+ /**
1371
+ * Factory function for vet token instances.
1372
+ *
1373
+ * @param id uuid v4
1374
+ * @param name unique identifier of the token
1375
+ * @param fullName Complete human-readable name of the token
1376
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1377
+ * @param contractAddress Contract address of this token
1378
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1379
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1380
+ * @param prefix Optional token prefix. Defaults to empty string
1381
+ * @param suffix Optional token suffix. Defaults to token name.
1382
+ * @param network Optional token network. Defaults to Near main network.
1383
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1384
+ * @param gasTankToken representing the token with which gas is paid on the network, defaults to 'VET:VTHO'
1385
+ */
1386
+ export declare function vetToken(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve, gasTankToken?: string): Readonly<VetToken>;
1387
+ /**
1388
+ * Factory function for testnet vet token instances.
1389
+ *
1390
+ * @param id uuid v4
1391
+ * @param name unique identifier of the token
1392
+ * @param fullName Complete human-readable name of the token
1393
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1394
+ * @param contractAddress Contract address of this token
1395
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1396
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
1397
+ * @param prefix Optional token prefix. Defaults to empty string
1398
+ * @param suffix Optional token suffix. Defaults to token name.
1399
+ * @param network Optional token network. Defaults to the testnet Near network.
1400
+ * @param gasTankToken representing the token with which gas is paid on the network, defaults to 'TVET:VTHO'
1401
+ */
1402
+ export declare function tvetToken(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, gasTankToken?: string): Readonly<VetToken>;
1403
+ /**
1404
+ * Factory function for Vet NFT collections.
1405
+ *
1406
+ * @param id uuid v4
1407
+ * @param name unique identifier of the NFT collection
1408
+ * @param fullName Complete human-readable name of the NFT collection
1409
+ * @param nftCollectionId collection ID of the non-fungible tokens (NFTs)
1410
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1411
+ * @param prefix Optional token prefix. Defaults to empty string
1412
+ * @param suffix Optional token suffix. Defaults to token name.
1413
+ * @param network Optional token network. Defaults to VET main network.
1414
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
1415
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1416
+ * @param gasTankToken representing the token with which gas is paid on the network, defaults to 'VET:VTHO'
1417
+ */
1418
+ export declare function vetNFTCollection(id: string, name: string, fullName: string, nftCollectionId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve, gasTankToken?: string): Readonly<VetNFTCollection>;
1419
+ /**
1420
+ * Factory function for testnet Vet NFT collections.
1421
+ *
1422
+ * @param id uuid v4
1423
+ * @param name unique identifier of the NFT collection
1424
+ * @param fullName Complete human-readable name of the NFT collection
1425
+ * @param nftCollectionId collection ID of the non-fungible tokens (NFTs)
1426
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1427
+ * @param prefix Optional token prefix. Defaults to empty string
1428
+ * @param suffix Optional token suffix. Defaults to token name.
1429
+ * @param network Optional token network. Defaults to VET test network.
1430
+ * @param features Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
1431
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1432
+ * @param gasTankToken representing the token with which gas is paid on the network, defaults to 'TVET:VTHO'
1433
+ */
1434
+ export declare function tvetNFTCollection(id: string, name: string, fullName: string, nftCollectionId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve, gasTankToken?: string): Readonly<VetNFTCollection>;
1435
+ /**
1436
+ * Factory function for Cosmos chain token instances.
1437
+ *
1438
+ * @param id uuid v4
1439
+ * @param name unique identifier of the token
1440
+ * @param fullName Complete human-readable name of the token
1441
+ * @param denom denomination of this token which will act as a unique identifier for the token on chain
1442
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1443
+ * @param network Network (mainnet or testnet) for this token
1444
+ * @param baseUnit Base unit of this token (native asset)
1445
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1446
+ * @param features Features of this coin. Defaults to the COSMOS_SIDECHAIN_FEATURES defined in `coinFeatures.ts`
1447
+ * @param prefix Optional token prefix. Defaults to empty string
1448
+ * @param suffix Optional token suffix. Defaults to token name.
1449
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1450
+ */
1451
+ export declare function cosmosToken(id: string, name: string, fullName: string, denom: string, decimalPlaces: number, network: AccountNetwork, baseUnit: BaseUnit, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, primaryKeyCurve?: KeyCurve): Readonly<CosmosChainToken>;
1452
+ /**
1453
+ * Factory function for tao token instances.
1454
+ *
1455
+ * @param id uuid v4
1456
+ * @param name unique identifier of the token
1457
+ * @param fullName Complete human-readable name of the token
1458
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1459
+ * @param subnetId The uid of the subnet this token belongs to, numerical string
1460
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1461
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
1462
+ * @param prefix? Optional token prefix. Defaults to empty string
1463
+ * @param suffix? Optional token suffix. Defaults to token name.
1464
+ * @param network? Optional token network. Defaults to TAO main network.
1465
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1466
+ */
1467
+ export declare function taoToken(id: string, name: string, fullName: string, decimalPlaces: number, subnetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<TaoCoin>;
1468
+ /**
1469
+ * Factory function for testnet tao token instances.
1470
+ *
1471
+ * @param id uuid v4
1472
+ * @param name unique identifier of the token
1473
+ * @param fullName Complete human-readable name of the token
1474
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1475
+ * @param subnetId The uid of the subnet this token belongs to, numerical string
1476
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1477
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
1478
+ * @param prefix? Optional token prefix. Defaults to empty string
1479
+ * @param suffix? Optional token suffix. Defaults to token name.
1480
+ * @param network? Optional token network. Defaults to TAO test network.
1481
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1482
+ */
1483
+ export declare function ttaoToken(id: string, name: string, fullName: string, decimalPlaces: number, subnetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<TaoCoin>;
1484
+ /**
1485
+ * Factory function for polyx token instances.
1486
+ *
1487
+ * @param id uuid v4
1488
+ * @param name unique identifier of the token
1489
+ * @param fullName Complete human-readable name of the token
1490
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1491
+ * @param subnetId The uid of the subnet this token belongs to, numerical string
1492
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1493
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
1494
+ * @param prefix? Optional token prefix. Defaults to empty string
1495
+ * @param suffix? Optional token suffix. Defaults to token name.
1496
+ * @param network? Optional token network. Defaults to Polyx main network.
1497
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1498
+ */
1499
+ export declare function polyxToken(id: string, name: string, fullName: string, decimalPlaces: number, ticker: string, assetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<PolyxCoin>;
1500
+ /**
1501
+ * Factory function for testnet polyx token instances.
1502
+ *
1503
+ * @param id uuid v4
1504
+ * @param name unique identifier of the token
1505
+ * @param fullName Complete human-readable name of the token
1506
+ * @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
1507
+ * @param subnetId The uid of the subnet this token belongs to, numerical string
1508
+ * @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
1509
+ * @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
1510
+ * @param prefix? Optional token prefix. Defaults to empty string
1511
+ * @param suffix? Optional token suffix. Defaults to token name.
1512
+ * @param network? Optional token network. Defaults to Polyx test network.
1513
+ * @param primaryKeyCurve The elliptic curve for this chain/token
1514
+ */
1515
+ export declare function tpolyxToken(id: string, name: string, fullName: string, decimalPlaces: number, ticker: string, assetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<PolyxCoin>;
776
1516
  export {};
777
1517
  //# sourceMappingURL=account.d.ts.map