The useHoney hook is accesible throughout the application and provides on-chain data and methods to interact with the honey program.
import { useHoney } from '@honey-finance/sdk';const { market, marketReserveInfo, parsedReserves, fetchMarket } = useHoney();
Generated using TypeDoc
The useHoney hook is accesible throughout the application and provides on-chain data and methods to interact with the honey program.
Example