pub fn result<Resp>(resp: Resp) -> Result<Option<Vec<u8>>, RpcResponseError>where
    Resp: BorshSerialize,