macro_rules! declare_deprecated_id {
    ($pubkey:expr) => { ... };
}Expand description
Same as declare_id except that it reports that this ID has been deprecated.
macro_rules! declare_deprecated_id {
    ($pubkey:expr) => { ... };
}Same as declare_id except that it reports that this ID has been deprecated.