Crate solana_pubkey

Source
Expand description

Solana account addresses.

Macros§

declare_deprecated_id
Same as declare_id except 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 Address value.

Structs§

Pubkey
The address of a Solana account.

Enums§

ParsePubkeyError
PubkeyError

Constants§

MAX_SEEDS
Maximum number of seeds
MAX_SEED_LEN
maximum length of derived Address seed
PUBKEY_BYTES
Number of bytes in an address.