Type Alias RPCResponse

Source
pub type RPCResponse = Result<ByteBufB64, String>;

Aliased Type§

pub enum RPCResponse {
    Ok(ByteBufB64),
    Err(String),
}

Variants§

§1.0.0

Ok(ByteBufB64)

Contains the success value

§1.0.0

Err(String)

Contains the error value