@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
19 lines • 859 B
TypeScript
import { Operation } from "@ledgerhq/types-live";
import { DeviceModelId } from "@ledgerhq/devices";
import { TradeMethod } from "./types";
export declare const setBroadcastTransaction: ({ result, provider, sourceCurrencyId, targetCurrencyId, hardwareWalletType, swapType, swapAppVersion, fromAccountAddress, toAccountAddress, fromAmount, }: {
result: {
operation: Operation | string;
swapId: string;
};
provider: string;
sourceCurrencyId?: string | undefined;
targetCurrencyId?: string | undefined;
hardwareWalletType?: DeviceModelId | undefined;
swapType?: TradeMethod | undefined;
swapAppVersion?: string | undefined;
fromAccountAddress?: string | undefined;
toAccountAddress?: string | undefined;
fromAmount?: string | undefined;
}) => void;
//# sourceMappingURL=setBroadcastTransaction.d.ts.map