checkAccountInfo(address)
Gets account information for a wallet address.
check-account-info.ts
const accountInfo = await tachyon.checkAccountInfo('0x742d35cc...');Parameters:
address(string, required): Wallet address to query
Returns: Promise<AccountInfo> - Account information
Account Info Properties:
userId: User IDaddress: Wallet addressavailableBalance: Available balancependingBalance: Pending balancedefaultTachyonAccount: Default account details
Last updated on