@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
7 lines • 584 B
TypeScript
import { Horizon } from "@stellar/stellar-sdk";
import type { RawOperation, StellarOperation } from "../types";
import BigNumber from "bignumber.js";
export declare function getAccountSpendableBalance(balance: BigNumber, account: Horizon.ServerApi.AccountRecord): Promise<BigNumber>;
export declare function getReservedBalance(account: Horizon.ServerApi.AccountRecord): BigNumber;
export declare function rawOperationsToOperations(operations: RawOperation[], addr: string, accountId: string, minHeight: number): Promise<StellarOperation[]>;
//# sourceMappingURL=serialization.d.ts.map