@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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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 '
|
|
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 '
|
|
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 '
|
|
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 '
|
|
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
|