pub type TxInBlockResult = Result<TxInBlock>;Expand description
Transaction in block with result wrapper.
Aliased Type§
pub enum TxInBlockResult {
Ok(TxInBlock<GearConfig, OnlineClient<GearConfig>>),
Err(Error),
}Variants§
Ok(TxInBlock<GearConfig, OnlineClient<GearConfig>>)
Contains the success value
Err(Error)
Contains the error value