Crate switchboard_on_demand

Source

Re-exports§

pub use decimal::*;
pub use on_demand::*;
pub use utils::*;
pub use anchor_traits::*;
pub use program_id::*;
pub use sysvar::*;

Modules§

accounts
anchor_traits
decimal
instructions
on_demand
prelude
program_id
sysvar
types
utils

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.