UNPKG

@ledgerhq/coin-stellar

Version:
9 lines 510 B
import type { Account } from "@ledgerhq/types-live"; import type { Transaction } from "../types"; /** * @param {Account} account * @param {Transaction} transaction */ export declare function buildTransaction(account: Account, transaction: Transaction): Promise<import("@stellar/stellar-sdk").Transaction<import("@stellar/stellar-sdk").Memo<import("@stellar/stellar-sdk").MemoType>, import("@stellar/stellar-sdk").Operation[]>>; export default buildTransaction; //# sourceMappingURL=buildTransaction.d.ts.map