UNPKG

@ledgerhq/live-common

Version:
4 lines 503 B
import type { Account, AccountBridge, SyncConfig, DatasetTest, TransactionCommon, TransactionStatusCommon } from "@ledgerhq/types-live"; export declare function syncAccount<T extends TransactionCommon, A extends Account = Account, U extends TransactionStatusCommon = TransactionStatusCommon>(bridge: AccountBridge<T, A, U>, account: A, syncConfig?: SyncConfig): Promise<A>; export declare function testBridge<T extends TransactionCommon>(data: DatasetTest<T>): void; //# sourceMappingURL=bridge.d.ts.map