Expand description
Helper for getting validity proofs for creating new rent free accounts. Programs must pass this to light accounts that they initialize.
Structs§
- Create
Accounts Proof - Proof data for instruction params when creating new compressed accounts.
Used in the INIT flow - pass directly to instruction data.
All accounts use the same address tree, so only one
address_tree_infois needed. - Create
Accounts Proof Result - Result of
get_create_accounts_proof.
Enums§
- Create
Accounts Proof Error - Error type for create accounts proof operations.
- Create
Accounts Proof Input - Input for creating new accounts.
program_idfrom main fn is used as default owner forPdavariant.
Functions§
- get_
create_ accounts_ proof - Gets validity proof for creating new cold accounts (INIT flow).