Re-exports§
pub use decimal::*;
pub use on_demand::*;
pub use utils::*;
pub use anchor_traits::*;
pub use program_id::*;
pub use sysvar::*;
Modules§
Macros§
- blocking_
retry - Retry a given expression a specified number of times with a delay between each attempt. This will block the current thread until a value is resolved or the maximum number of attempts is reached.
- cfg_
client - 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.
- cfg_
ipfs - Macro used to include IPFS code if the feature ‘ipfs’ is enabled.
- cfg_
secrets - Macro used to include code if the feature ‘secrets’ is enabled. This is intended to be used for code that is primarily for off-chain Switchboard Secrets.
- impl_
account_ deserialize - retry
- Retry a given expression a specified number of times with a delay between each attempt.