Crate solana_sdk_macro
source ·Expand description
Convenience macro to declare a static public key and functions to interact with it
Input: a single literal base58 string representation of a program’s id
Macros
- A proc-macro which respans the tokens in its first argument (a
Path
) to be resolved at the tokens of its second argument. For internal use only.