Expand description
Hopper-owned PDA ergonomics on top of the active backend substrate.
Functions§
- create_
program_ address - Create a program-derived address from seeds and a program ID.
- derive
- Hopper-facing alias for PDA derivation.
- find_
and_ verify_ pda - Verify that an account matches a PDA derived from the given seeds.
- find_
program_ address - Find a program-derived address and its bump seed.
- verify_
pda - Verify that an account’s address matches a PDA derived from the given seeds.
- verify_
pda_ from_ stored_ bump - Verify a PDA using the bump stored in account data (cheapest path).
- verify_
pda_ strict - Verify that a raw address matches a PDA derived from the given seeds.
- verify_
pda_ with_ bump - Verify a PDA with an explicit bump seed appended to the seeds.