UNPKG

@ledgerhq/coin-aptos

Version:
4 lines 280 B
import type { Balance } from "@ledgerhq/coin-framework/lib/api/types"; import type { AptosAPI } from "../network"; export declare function getBalances(aptosClient: AptosAPI, address: string, contract_address?: string): Promise<Balance[]>; //# sourceMappingURL=getBalances.d.ts.map