UNPKG

@ledgerhq/coin-tezos

Version:
5 lines 328 B
import type { TezosContext } from '../config'; import type { Balance } from '@ledgerhq/coin-module-framework/api/index'; /** Returns `[native, ...stakes, ...tokens]` per the Paris upgrade. */ export declare function getBalance(context: TezosContext, address: string): Promise<Balance[]>; //# sourceMappingURL=getBalance.d.ts.map