The useAnchor hook is accessible throught the application and provides functionality to interact with Anchor programs.
import { useAnchor } from '@honey-finance/sdk';const { program } = useAnchor();
Generated using TypeDoc
The useAnchor hook is accessible throught the application and provides functionality to interact with Anchor programs.
Example