Type Alias gsdk::TxInBlockResult
source · pub type TxInBlockResult = Result<TxInBlock>;
Expand description
Transaction in block with result wrapper.
Aliased Type§
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