Expand description
Solana account addresses.
Macros§
- declare_
deprecated_ id - Same as
declare_idexcept that it reports that this ID has been deprecated. - declare_
id - Convenience macro to declare a static address and functions to interact with it.
- pubkey
- Convenience macro to define a static
Addressvalue.
Structs§
- Pubkey
- The address of a Solana account.
Enums§
Constants§
- MAX_
SEEDS - Maximum number of seeds
- MAX_
SEED_ LEN - maximum length of derived
Addressseed - PUBKEY_
BYTES - Number of bytes in an address.