Type Alias RpcStateGetResponse

Source
pub type RpcStateGetResponse = Result<Value, RpcStateGetError>;

Aliased Type§

pub enum RpcStateGetResponse {
    Ok(Value),
    Err(RpcStateGetError),
}

Variants§

§1.0.0

Ok(Value)

Contains the success value

§1.0.0

Err(RpcStateGetError)

Contains the error value