BlockGetMetadataResult

Type Alias BlockGetMetadataResult 

Source
pub type BlockGetMetadataResult = Result<BlockGetMetadataResponse, i32>;

Aliased Type§

pub enum BlockGetMetadataResult {
    Ok(BlockGetMetadataResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(BlockGetMetadataResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value