fbonds-core
Version:
Banx protocol sdk
6 lines (5 loc) • 316 B
TypeScript
import { BN } from '@coral-xyz/anchor';
export declare const calculateOriginalLent: (solAmount: BN, feeAmount: BN) => BN;
export declare const calculateFullRepaidAmount: ({}: {}) => BN;
export declare const calculateCurrentRemainingLent: ({}: {}) => BN;
export declare const getTerminationStartedAt: ({}: {}) => BN;