UNPKG

@ledgerhq/live-common

Version:
4 lines 310 B
import type { AccountBridge } from "@ledgerhq/types-live"; import type { GenericTransaction, AlpacaSigner } from "./types"; export declare function getAlpacaAccountBridge(network: string, kind: string, customSigner?: AlpacaSigner): AccountBridge<GenericTransaction>; //# sourceMappingURL=accountBridge.d.ts.map