Pump.swap Solana Program CPI
Overview
This crate provides CPI (Cross-Program Invocation) bindings for interacting with the Pump.swap Solana program.
The crate was automatically generated by anchor-gen from the program's IDL (Interface Description Language) file, ensuring type-safe and reliable cross-program interactions.
Features
- Type-safe CPI bindings for all Pump.swap program instructions
- Account validation and constraint checking
- Automatically generated account structs and instruction builders
- Full integration with Anchor's programming model