Module phoenix::program

source ·

Re-exports

pub use accounts::*;
pub use dispatch_market::*;
pub use error::*;
pub use events::*;
pub use instruction::*;

Modules

This file contains all of the code that is used to load and validate account data. Each loader struct describes specific account types and constraints that must be met for the instruction data to be valid. Each AccountInfo is checked according to a particular checker struct and if the account data is invalid, an error is returned and the instruction will fail.

Structs

Functions