pub type AptosResult<T> = Result<T, AptosError>;Expand description
A specialized Result type for Aptos SDK operations.
Aliased Type§
pub enum AptosResult<T> {
Ok(T),
Err(AptosError),
}pub type AptosResult<T> = Result<T, AptosError>;A specialized Result type for Aptos SDK operations.
pub enum AptosResult<T> {
Ok(T),
Err(AptosError),
}