pub type Result<T> = Result<T, TxlineError>;Expand description
SDK result type.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(TxlineError),
}pub type Result<T> = Result<T, TxlineError>;SDK result type.
pub enum Result<T> {
Ok(T),
Err(TxlineError),
}