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

DecoderAndSanitizer

PreviousHookNextuManagers

Last updated 1 year ago

DecodersAndSanitizers are required when integrating with a new external protocol. Their job is to decode input target data, extract a bytes value comprised of addresses found in the target data, and to sanitize other non address argument values.

See the section for more details.

BoringVault Protocol Integration