Expand description
The processors for the Rule Set program instructions.
See state module for description of PDA memory layout.
Re-exports§
pub use crate::utils::cmp_pubkeys;
Structs§
- Processor
- The generic processor struct.
Functions§
- next_
optional_ account_ info - Convenience function for accessing the next item in an
AccountInfo
iterator and validating whether the account is present or not.