oracle
Fully qualified path: oracle
Modules
Re-exports:
| Error | An error type that can be raised when invoking oracles. |
| Result | Result<T, oracle::Error> |
Modules
Modules
errors
Fully qualified path: oracle::errors
Structs
| Error | An error type that can be raised when invoking oracles. |
Type aliases
| Result | Result<T, oracle::Error> |
Structs
Structs
| Error | An error type that can be raised when invoking oracles. |
Error
An error type that can be raised when invoking oracles.
Fully qualified path: oracle::errors::Error
[derive(Drop, Clone, PartialEq, Serde)]
pub struct Error { /* private fields */ }
Type aliases
Type aliases
| Result | Result<T, oracle::Error> |
Result
Result<T, oracle::Error>
Fully qualified path: oracle::errors::Result
pub type Result<T> = Result<T, Error>;