Macros§
- declare_
id - Convenience macro to define a static
Pubkeyvalue representing the program ID. - pubkey
- Convenience macro to define a static
Pubkeyvalue.
Functions§
- decode_
32_ const - Decode into a 32-byte array. Panic on error.
- derive_
address - Derive a program address from the given seeds, optional bump and program id.
- derive_
address_ const - Derive a program address from the given seeds, optional bump and program id.
- from_
str - Create a
Pubkeyfrom a&str.