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§

§1.0.0

Ok(TxInBlock<GearConfig, OnlineClient<GearConfig>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value