Crate solana_address

Source
Expand description

Address representation for Solana.

An address is a sequence of 32 bytes, often shown as a base58 encoded string (e.g. 14grJpemFaf88c8tiVb77W7TYg2W3ir6pfkKz3YjhhZ5).

Macros§

address
Convenience macro to define a static Address value.

Structs§

Address
The address of a Solana account.

Constants§

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