Type Definition iota_client::error::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Type alias of Result in iota-client