macro_rules! cfg_client {
    ($($item:item)*) => { ... };
}
Expand description

Macro used to include code if the target_os is not ‘solana’. This is intended to be used for code that is primarily for off-chain Switchboard Functions.