@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
4 lines • 310 B
TypeScript
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