UNPKG

@ledgerhq/coin-aptos

Version:
10 lines 555 B
import type { CommonDeviceTransactionField as DeviceTransactionField } from "@ledgerhq/coin-framework/transaction/common"; import { Account, AccountLike } from "@ledgerhq/types-live"; import { Transaction } from "../types"; declare function getDeviceTransactionConfig({ account, parentAccount, transaction, }: { account: AccountLike; parentAccount: Account | null | undefined; transaction: Transaction; }): Promise<Array<DeviceTransactionField>>; export default getDeviceTransactionConfig; //# sourceMappingURL=deviceTransactionConfig.d.ts.map