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.
- Pubkey
Hasher randand non-target_os=solana - A faster, but less collision resistant hasher for addresses.
- Pubkey
Hasher Builder randand non-target_os=solana - A builder for faster, but less collision resistant hasher for addresses.
Enums§
Constants§
- MAX_
SEEDS - Maximum number of seeds
- MAX_
SEED_ LEN - maximum length of derived
Addressseed - PUBKEY_
BYTES - Number of bytes in an address.
Functions§
- bytes_
are_ curve_ point target_os=solanaorcurve25519 - new_
rand randand non-target_os=solana - New random
Pubkeyfor tests and benchmarks.