UNPKG

@ledgerhq/coin-algorand

Version:
8 lines 329 B
import { Balance } from "@ledgerhq/coin-module-framework/api/types"; /** * Get the balance of an Algorand account * @param address - The account address * @returns Array of balances (native ALGO + ASA tokens) */ export declare function getBalance(address: string): Promise<Balance[]>; //# sourceMappingURL=getBalance.d.ts.map