UNPKG

@ledgerhq/coin-stellar

Version:
4 lines 227 B
import { Balance } from "@ledgerhq/coin-framework/api/types"; import { StellarAsset } from "../types"; export declare function getBalance(addr: string): Promise<Balance<StellarAsset>[]>; //# sourceMappingURL=getBalance.d.ts.map