Enums§
Constants§
Functions§
- check_
pda_ accounts - Verify that each entry in
accountsmatches the PDA derived on-the-fly for its index. ReturnsOk(())on success or aProgramError::Customwith [ErrorCode::InvalidPda] (value1) on the first mismatch. - entrypoint⚠
- Safety
- find_
all_ accounts - Helper that returns all PDAs for a given program assuming the sequential
seed scheme described in
mempool_pda_address. - find_
fixed_ accounts - Fixed-size variant that returns an array of
(Pubkey, bump)pairs. - id
- mempool_
pda_ address - Return the PDA (and bump) for a mempool-oracle state account
idx. - update_
data