🌊
Seabed Labs
  • ⛓️Open Source Primitives
    • 💳Pre-Authorized Debit V1
      • 📜Program
        • ⛓️Deployments
        • ⚓Anchor IDL
        • 💾Account Model
          • 👮Smart Delegate
          • 💳Pre Authorization
        • ⚙️Instructions
          • 👮Init Smart Delegate
          • 💳Init Pre Authorization
          • 💳Close Pre Authorization
          • 💳Update Pause Pre Authorization
          • 🪙Debit
      • 🛠️Typescript SDK
        • 📘Read Client
        • ⚓Instruction Factory
        • ⚙️Transaction Factory
      • 🖥️Web UI
Powered by GitBook
On this page
  1. Open Source Primitives
  2. Pre-Authorized Debit V1
  3. Program

Instructions

PreviousPre AuthorizationNextInit Smart Delegate

Last updated 1 year ago

Visit the for an in-depth review or you can visit one of the following sections for an overview of each. Note that the IDL information can be found in the section.

  1. - Create the singleton smart delegate PDA

  2. - Create a pre-authorization (recurring or one-time)

  3. - Cancel an existing pre-authoriztion

  4. - Pause/Unpause an existing pre-authorization

  5. - Debit funds via a pre-authorization from a token account

⛓️
💳
📜
⚙️
instructions directory in our github repo
Anchor IDL
Init Smart Delegate
Init Pre Authorization
Close Pre Authorization
Update Pause Pre Authoriztion
Debit