Add macros for deprecacted ids (#18907)
This commit is contained in:
@@ -62,6 +62,8 @@ pub mod vote {
|
||||
}
|
||||
}
|
||||
|
||||
/// Same as `declare_id` except report that this id has been deprecated
|
||||
pub use solana_sdk_macro::program_declare_deprecated_id as declare_deprecated_id;
|
||||
/// 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
|
||||
|
Reference in New Issue
Block a user