UNPKG

@hashgraph/hedera-wallet-connect

Version:

A library to facilitate integrating Hedera with WalletConnect

3 lines (2 loc) 174 B
import { AccountBalance, LedgerId } from '@hiero-ledger/sdk'; export declare function getAccountBalance(ledgerId: LedgerId, address: string): Promise<AccountBalance | null>;