UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

3 lines (2 loc) 149 B
import { WalletData } from '../../types'; export declare const getFullDataByWallets: (wallets: string[], jsonWallets: WalletData[]) => WalletData[];