Trait vipers::validate::Validate[][src]

pub trait Validate<'info>: Accounts<'info> {
    fn validate(&self) -> ProgramResult;
}
Expand description

Validator for Accounts structs.

Required methods

Validates the account struct.

Implementors