Crate switchboard_common

Source

Re-exports§

pub use async_trait;client
pub use error::*;
pub use utils::*;
pub use function_result::*;
pub use gramine::*;client
pub use env::*;client

Modules§

envclient
error
function_result
gramineclient
utils

Macros§

blocking_retryNon-target_os="solana"
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 wrap client-only modules
cfg_ipfs
Macro used to wrap client-only modules
cfg_not_client
Macro used to wrap exclusively non-client modules
retryNon-target_os="solana"
Retry a given expression a specified number of times with a delay between each attempt.

Enums§

SbFunctionErrorclient