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§
- env
client
- error
- function_
result - gramine
client
- utils
Macros§
- blocking_
retry Non- 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
- retry
Non- target_os="solana"
- Retry a given expression a specified number of times with a delay between each attempt.
Enums§
- SbFunction
Error client