@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
4 lines • 298 B
TypeScript
import { AccountBridge } from "@ledgerhq/types-live";
import type { GenericTransaction } from "./types";
export declare function genericGetTransactionStatus(network: string, kind: string): AccountBridge<GenericTransaction>["getTransactionStatus"];
//# sourceMappingURL=getTransactionStatus.d.ts.map