@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
9 lines • 510 B
TypeScript
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