Solana Program (Rust Docs)
The Signet Solana Program is written in Rust using the Anchor framework. The complete API reference is available as generated Rust documentation.
Documentation
The full Rust documentation for the Solana program is available at:
Signet Solana Program Rust DocsThe Rust docs include:
- Instructions - All program instructions with parameters and examples
- Events - Event structures emitted by the program
- Types - Data structures like
Signature,AffinePoint,ProgramState - Error codes - All possible error conditions
- Module documentation - Detailed explanations of the sign bidirectional flow
Program Address
For program addresses, see Program Addresses.
Source Code
The source code is available on GitHub:
