Expand description
Solana address type – 32-byte public key.
Structs§
- Address
- A Solana address (public key): 32 bytes, transparent layout.
Constants§
- ADDRESS_
BYTES - Number of bytes in an address.
- MAX_
SEEDS - Maximum number of seeds for PDA derivation.
- MAX_
SEED_ LEN - Maximum length of a single PDA seed.
- PDA_
MARKER - Marker appended to PDA hash inputs:
"ProgramDerivedAddress".
Functions§
- address_
eq - Fast address equality using 4 x u64 comparison.