Veda
  • Veda Introduction
  • Architecture Overview
    • BoringVault
    • Manager
      • ManagerWithMerkleVerification
    • Teller
    • Accountant
    • Hook
    • DecoderAndSanitizer
    • uManagers
    • Atomic Queue
  • Integrations
    • BoringVault Protocol Integration
    • UI Integration
  • Audits
Powered by GitBook
On this page
  1. Architecture Overview

Hook

The hook contract must implement function beforeTransfer(*address* *from*) external view; . This function will be called before every BoringVault share transfer/transferFrom. This setup allows the hook to implement logic like share pausing, or in the case of the Teller, a share lock period.

PreviousAccountantNextDecoderAndSanitizer

Last updated 1 year ago