@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
8 lines • 529 B
TypeScript
import { Horizon } from "@stellar/stellar-sdk";
import BigNumber from "bignumber.js";
import type { RawOperation, StellarOperation } from "../types";
export declare const BASE_RESERVE = 0.5;
export declare const MIN_BALANCE = 1;
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