Module account_compression

Module account_compression 

Source
Expand description

Account Compression program instruction decoder.

This module provides a macro-derived decoder for the Account Compression program, which uses 8-byte Anchor discriminators.

The Account Compression program manages:

  • Group authority and program registration
  • State Merkle tree initialization and operations
  • Address Merkle tree initialization and operations
  • Batched tree operations with ZK proofs
  • Tree rollover operations
  • State migration

Structs§

AccountCompressionInstructionDecoder
Generated InstructionDecoder implementation

Enums§

AccountCompressionInstruction
Account Compression program instructions.