UNPKG

@ledgerhq/coin-multiversx

Version:
16 lines 955 B
import type { DeviceAction } from "@ledgerhq/coin-framework/bot/types"; import type { Transaction } from "./types"; export declare const acceptMoveBalanceTransaction: DeviceAction<Transaction, any>; export declare const acceptDelegateTransaction: DeviceAction<Transaction, any>; export declare const acceptUndelegateTransaction: DeviceAction<Transaction, any>; export declare const acceptWithdrawTransaction: DeviceAction<Transaction, any>; export declare const acceptEsdtTransferTransaction: DeviceAction<Transaction, any>; declare const _default: { acceptMoveBalanceTransaction: DeviceAction<Transaction, any>; acceptEsdtTransferTransaction: DeviceAction<Transaction, any>; acceptDelegateTransaction: DeviceAction<Transaction, any>; acceptUndelegateTransaction: DeviceAction<Transaction, any>; acceptWithdrawTransaction: DeviceAction<Transaction, any>; }; export default _default; //# sourceMappingURL=speculos-deviceActions.d.ts.map