@unifold/core 0.1.71-beta.1 → 0.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -727,7 +727,7 @@ interface AddressBalancesResponse {
727
727
  * Get token balances for a wallet address
728
728
  * Returns balances for all supported deposit tokens on the specified chain type
729
729
  * @param address - Wallet address to check balances for
730
- * @param chainType - Chain type to fetch balances for ('ethereum', 'solana', or 'bitcoin')
730
+ * @param chainType - Chain type to fetch balances for ('ethereum', 'solana', 'bitcoin', or 'tron')
731
731
  * @param publishableKey - Optional publishable key, defaults to configured key
732
732
  */
733
733
  declare function getAddressBalances(address: string, chainType: ChainType, publishableKey?: string): Promise<AddressBalancesResponse>;
@@ -816,7 +816,7 @@ interface AddressBalanceResponse {
816
816
  * Get balance for a specific token on a specific chain
817
817
  * Returns the balance for a single token, or null if not found or zero balance
818
818
  * @param address - Wallet address to check balance for
819
- * @param chainType - Chain type ('ethereum', 'solana', or 'bitcoin')
819
+ * @param chainType - Chain type ('ethereum', 'solana', 'bitcoin', or 'tron')
820
820
  * @param chainId - Chain ID (e.g., "1" for Ethereum mainnet)
821
821
  * @param tokenAddress - Token contract address or "native" for native tokens
822
822
  * @param publishableKey - Optional publishable key, defaults to configured key
package/dist/index.d.ts CHANGED
@@ -727,7 +727,7 @@ interface AddressBalancesResponse {
727
727
  * Get token balances for a wallet address
728
728
  * Returns balances for all supported deposit tokens on the specified chain type
729
729
  * @param address - Wallet address to check balances for
730
- * @param chainType - Chain type to fetch balances for ('ethereum', 'solana', or 'bitcoin')
730
+ * @param chainType - Chain type to fetch balances for ('ethereum', 'solana', 'bitcoin', or 'tron')
731
731
  * @param publishableKey - Optional publishable key, defaults to configured key
732
732
  */
733
733
  declare function getAddressBalances(address: string, chainType: ChainType, publishableKey?: string): Promise<AddressBalancesResponse>;
@@ -816,7 +816,7 @@ interface AddressBalanceResponse {
816
816
  * Get balance for a specific token on a specific chain
817
817
  * Returns the balance for a single token, or null if not found or zero balance
818
818
  * @param address - Wallet address to check balance for
819
- * @param chainType - Chain type ('ethereum', 'solana', or 'bitcoin')
819
+ * @param chainType - Chain type ('ethereum', 'solana', 'bitcoin', or 'tron')
820
820
  * @param chainId - Chain ID (e.g., "1" for Ethereum mainnet)
821
821
  * @param tokenAddress - Token contract address or "native" for native tokens
822
822
  * @param publishableKey - Optional publishable key, defaults to configured key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifold/core",
3
- "version": "0.1.71-beta.1",
3
+ "version": "0.1.71",
4
4
  "description": "Unifold Core SDK - Core types, API client, and business logic",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",