pub type RPCResponse = Result<ByteBufB64, String>;
pub enum RPCResponse { Ok(ByteBufB64), Err(String), }
Contains the success value
Contains the error value