pub type PolymeshResult<T> = Result<T, PolymeshError>;
Expand description
The contract result type.
Aliased Type§
pub enum PolymeshResult<T> {
Ok(T),
Err(PolymeshError),
}
pub type PolymeshResult<T> = Result<T, PolymeshError>;
The contract result type.
pub enum PolymeshResult<T> {
Ok(T),
Err(PolymeshError),
}