Function calculateCurrentRates
- calculateCurrentRates(
assetConfig: AssetConfig,
assetData: AssetData,
masterConstants: MasterConstants,
): {
borrowInterest: bigint;
bRate: bigint;
now: bigint;
sRate: bigint;
supplyInterest: bigint;
} Returns {
borrowInterest: bigint;
bRate: bigint;
now: bigint;
sRate: bigint;
supplyInterest: bigint;
}