UNPKG

@ledgerhq/coin-tezos

Version:
6 lines 214 B
/** * Retunrs the balance of the given address. * If the address is an empty account, returns -1. */ export declare function getBalance(address: string): Promise<bigint>; //# sourceMappingURL=getBalance.d.ts.map