pub type ProgramResult = Result<(), ProgramError>;Expand description
Result type for Solana program instructions.
Aliased Type§
pub enum ProgramResult {
Ok(()),
Err(ProgramError),
}pub type ProgramResult = Result<(), ProgramError>;Result type for Solana program instructions.
pub enum ProgramResult {
Ok(()),
Err(ProgramError),
}