• The useHoney hook is accesible throughout the application and provides on-chain data and methods to interact with the honey program.

    Example

    import { useHoney } from '@honey-finance/sdk';
    const { market, marketReserveInfo, parsedReserves, fetchMarket } = useHoney();

    Returns HoneyContext

Generated using TypeDoc