๐ŸŒŠ
Seabed Labs
CtrlK
  • โ›“๏ธ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

Visit the instructions directory in our github repo 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 Anchor IDL section.

  1. Init Smart Delegate - Create the singleton smart delegate PDA

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

  3. Close Pre Authorization - Cancel an existing pre-authoriztion

  4. Update Pause Pre Authoriztion - Pause/Unpause an existing pre-authorization

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

PreviousPre AuthorizationNextInit Smart Delegate

Last updated 1 year ago