@algofi/v1
Version:
The official JavaScript SDK for the V2 Algofi Lending Market
10 lines (9 loc) • 340 B
TypeScript
import { Algodv2 } from "algosdk";
import GovernanceClient from "./governanceClient";
import GovernanceConfig from "./governanceConfig";
export default class RewardsManager {
govClient: GovernanceClient;
algod: Algodv2;
appId: number;
constructor(govClient: GovernanceClient, governanceConfig: GovernanceConfig);
}