[][src]Macro solana_sdk::declare_id

macro_rules! declare_id {
    ($bs58_string:expr) => { ... };
}

Convenience macro to declare a static Pubkey and functions to interact with it

bs58_string: bs58 string representation the program's id

Examples

solana_sdk::declare_id!("My!!!11111111111111111111111111111111111111");